-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Document standard backends in matplotlib.use() #12257
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
Conversation
c3b0169
to
bf9862c
Compare
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.
It's a good idea to have the test, checking the docs are up to date. 👍
I think it wouldn't hurt if the docstring linked to Backends as well.
bf9862c
to
b320d1f
Compare
Link to backends added. |
b320d1f
to
c9ff2bd
Compare
- non-interactive backends: | ||
agg, cairo, pdf, pgf, ps, svg, template | ||
|
||
or a string of the form: ``module://my.module.name``. |
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.
this value is not case-insensitive
c9ff2bd
to
08427ab
Compare
Ha! Broke my own test 🙄 |
lib/matplotlib/__init__.py
Outdated
|
||
or a string of the form: ``module://my.module.name``. | ||
|
||
Note: Standard backend names are is case-insensitive here. |
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.
s/are is/are/
08427ab
to
ae23c5b
Compare
PR Summary