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

184 matplotlib styles bug fix #185

Closed
wants to merge 4 commits into from

Conversation

patrickleonardy
Copy link
Contributor

Matplotlib styles bug fix

Changes made

  • with plt.style.context("seaborn-whitegrid"): --> with sns.axes_style("whitegrid")
  • with plt.style.context("seaborn-ticks"): --> with sns.axes_style("ticks")

How does the solution address the problem

By setting the styles directly with sns.set_theme we access the styles directly and do not rely on matplotlib to be up-to-date / have the same naming as we have in our code.

Additional thoughts

By setting the styles directly with sns.axes_style

Linked issues

Resolves #184

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

Successfully merging this pull request may close these issues.

Matplotlib styles bug fix
1 participant