-
-
Notifications
You must be signed in to change notification settings - Fork 615
Fix matplotlib / pandas 0.21 bug in examples #2336
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
Here we manually register the pandas matplotlib converters so people doing manual plotting with pandas works under pandas 0.21
Hello @Cadair! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on November 08, 2017 at 22:04 Hours UTC |
There is also and the official matplotlib advice https://matplotlib.org/faq/howto_faq.html#plot-numpy-datetime64-values |
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.
Note that the matplotlib advice https://matplotlib.org/faq/howto_faq.html#plot-numpy-datetime64-values also works.
Example fail again: https://github.com/sunpy/sunpy/blob/master/examples/AIA_limb_STEREO.py#L63 Why hasn't this been caught before? |
@wafels that error is a result of a VSO download error, I have restarted it. |
Try block gets a +1 |
@nabobalis this too needs backporting. |
Here we manually register the pandas matplotlib converters so people doing manual plotting with pandas works under pandas 0.21