-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Mention date and time formatting available throughout MPL #6660
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
the error plotting is going to be supported by #5638 |
Ok, I didn't know. I'll prepare another example: is fill_between (planned to be) supported by pandas? |
no....that would be fine |
@jorisvandenbossche look ok ? |
@@ -674,7 +674,27 @@ Andrews curves charts: | |||
@savefig andrews_curve_winter.png | |||
andrews_curves(data, 'Name', colormap='winter') | |||
|
|||
Plotting directly with matplotlib | |||
------------------------ |
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.
The line should be as long as the title to avoid sphinx warnings
@agijsberts I think this is certainly a good addition to the docs. |
Regarding stackplot example, I've prepared PR #6656. I've used |
@agijsberts can you squash this down to a single commit...otherwise looks ok |
… directly with matplotlib and the automatically installed date and time formatter.
@jreback Sorry about that, still new to git. Should be ok now; if not, please let me know. |
OK! |
DOC: Mention date and time formatting available throughout MPL
The visualization documentation only mentions plotting using pandas' interface. This patch adds another section mentions that it is also possible to plot directly with MPL and that date and time formatters are automatically available through all plots in MPL. An example shows matplotlib's errorbar function where points and errors on the x axis are respectively timestamps and offsets.