Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reflines_kwargs are not honnored when float_contrast=False #87

Closed
DizietAsahi opened this issue Dec 13, 2019 · 1 comment
Closed

reflines_kwargs are not honnored when float_contrast=False #87

DizietAsahi opened this issue Dec 13, 2019 · 1 comment

Comments

@DizietAsahi
Copy link
Contributor

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
Copy link
Member

josesho commented Dec 26, 2019

Closed with #89

@josesho josesho closed this as completed Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants