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

restore **origin** theme and not **default** theme. #10

Closed
Carreau opened this issue Nov 19, 2013 · 1 comment · Fixed by #126
Closed

restore **origin** theme and not **default** theme. #10

Carreau opened this issue Nov 19, 2013 · 1 comment · Fixed by #126
Milestone

Comments

@Carreau
Copy link
Contributor

Carreau commented Nov 19, 2013

Hi,

I found of about seaborn.reset_defaults() , may I suggest a seaborn.reset_origin() ? Which will partialy take into account user matplotlibrc file and user modification ?

I also found that matplotlib.rcParams.update(matplotlib.rcParamsOrig) is not reliable and that you should make a copy of default param before importing seaborn.

If you are not against and I find some time I could make a PR.

@mwaskom
Copy link
Owner

mwaskom commented Nov 19, 2013

Certainly not against it -- it's mostly an artifact of the fact that seaborn was only originally intended to be my own way of managing matplotlib style in a sane way, so I didn't do the best job of making the style framework easy for people to tweak to their own liking. But that's definitely something I'd like to have work better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants