-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Tutorials: make path/URL option clearer in matplotlibrc tutorial #16653
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
Tutorials: make path/URL option clearer in matplotlibrc tutorial #16653
Conversation
…roductory/customizing.py Co-Authored-By: Tim Hoffmann <[email protected]>
make style.use() example consistent with path
…ing.py change language to improve readability of mpl_configdir section
It seems that the codecov/project/tests is still failing; I'm not sure what to make of its output. Are there any guidelines for how to get started handling that failed test? |
The codecov test has become flaky but we do not understand why yet (I think it has to do with uploads from some of the CI services being a bit flaky?). It is OK to ignore that in this case (as you clearly have not changed anything that could have changed the tests!). |
Is any more action needed from me to close this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks and congratulations to your first contribution to Matplotlib! We hope to see you back. |
Thanks all! |
PR Summary
I recently noticed that the tutorial explaining how to create custom matplotlib styles mentions that the
style.use()
function can take a path or URL as an argument. This is a very useful feature; I've suggested changes to try to make this more apparent.This PR is to request review of the proposed changes.
PR Checklist