ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
339 stars 47 forks source link

reflines_kwargs are not honnored when float_contrast=False #87

Closed DizietAsahi closed 4 years ago

DizietAsahi commented 4 years ago

When using float_contrast=False, the zero reference line does not honor the attributes passed in reflines_kwargs. Compare these two plots for example:

two_groups_unpaired.mean_diff.plot(reflines_kwargs=dict(linestyle='dotted'));
two_groups_unpaired.mean_diff.plot(float_contrast=False,reflines_kwargs=dict(linestyle='dotted'))

index index1

josesho commented 4 years ago

Closed with #89