Skip to content
Snippets Groups Projects

Fix a bug where linestyle is not propagated to contour

Merged Nils Fischer requested to merge nils.fischer/pesummary:master into master
1 unresolved thread
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -642,6 +642,7 @@ def _triangle_plot(
_contour_function(
x[num], y[num], ax=ax3, levels=levels, smooth=_smooth,
rangex=[xlow, xhigh], rangey=[ylow, yhigh], color=colors[num],
linestyles=linestyles[num],
plot_density=plot_density, contour_kwargs=dict(
linestyles=[linestyles[num]], linewidths=linewidths[num]
), plot_datapoints=plot_datapoints, kde=kde_2d,
Loading