Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
update FAQ on how to register pandas converters#16906
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
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 for the PR & it's fine as is. This is my suggestion but I didn't want to overstep by directly committing the changes:
If you prefer the pandas converters and locators, you can register them.
This is done automatically when calling a pandas plot function and may be unnecessary
when using pandas instead of matplotlib directly. ::
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.
I agree with@story645 that the parentheses could be dropped.
Uh oh!
There was an error while loading.Please reload this page.
`pandas.tseries.converter` no longer exists, and the individual converters arenot part of the public API so this change updates the documentation to reflecthow to properly register the pandas converters with matplotlib.
Done |
…906-on-v3.2.1-docBackport PR#16906 on branch v3.2.1-doc (update FAQ on how to register pandas converters)
PR Summary
pandas.tseries.converter
no longer exists, and the individual converters are not part of the public API so this change updates the documentation to reflect how to properly register the pandas converters with matplotlib.PR Checklist