cloud_kwargs are not passed on
Closed this issue · 3 comments
kwargs specified for the clouds are not passed on to the final plotting calls.
The kwargs are first handled here, within RainCloud
:
PtitPrince/ptitprince/PtitPrince.py
Lines 744 to 755 in 0796058
A bit further down in the code, the cloud kwargs are passed on here to half_violinplot
:
PtitPrince/ptitprince/PtitPrince.py
Lines 757 to 762 in 0796058
However, the half_violinplot
function ignores the kwargs.
PtitPrince/ptitprince/PtitPrince.py
Lines 673 to 688 in 0796058
thank you for the report. Version 0.2.4 now passes the kwargs to plotter.plot
and subfunctions.
Thanks for working on this @pog87 :-)
Thank you @sappelhoff for the best-written Issue I have ever received!