Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Add docstrings to get_usetex and set_usetex in ticker.py#29642
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks@star1327p! You might want toinstall the pre-commit hooks so you can catch those linting errors locally. |
@rcomer Thank you for the suggestion! I have installed the pre-commit hooks locally.
|
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
9130caf
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
…et_usetex in ticker.py
…642-on-v3.10.xBackport PR#29642 on branch v3.10.x (DOC: Add docstrings to get_usetex and set_usetex in ticker.py)
PR summary
DOC: Add docstrings to get_usetex and set_usetex in ticker.py.
get_usetex()
:Return whether TeX's math mode is enabled for rendering.
set_usetex(val)
:Set whether to use TeX's math mode for rendering the numbers in the formatter.
PR checklist