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

removing rc_params setting in plotutils #561

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

briochh
Copy link
Collaborator

@briochh briochh commented Dec 11, 2024

Moved Matplotlib font.size rc_param setting to a decorator and wrapper to run each plot_utils function in a rc_context. The net effect on plots should be the same. The decorator can take a dict of pars that would ordinarily get passed through to rc_context() if we want function-wide control at any point. This should close #554

@coveralls
Copy link

Coverage Status

coverage: 79.499% (+0.2%) from 79.292%
when pulling f14b16a on briochh:hotfix_mplrcs
into 65c273f on pypest:develop.

@briochh briochh merged commit af1f3c3 into pypest:develop Dec 11, 2024
14 checks passed
@hansonmcoombs
Copy link

Thanks heaps!

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.

Please don't modify the matplotlib preferance settings before
3 participants