Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad16a2c

Browse files
committed
Remove Howto: Plot numpy.datetime64 values
This is not worth mentioning anymore. `numpy.datetime64` work as expected out of the box. The additional pandas converters comment is off-topic. Overall, I don't think we need to mention them at all. Third party packages are welcome to provide custom converters, but that's none of Matplotlibs business.
1 parent 17a7bb1 commit ad16a2c

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

doc/faq/howto_faq.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ How-to
77
.. contents::
88
:backlinks: none
99

10-
.. _howto-datetime64:
11-
12-
Plot `numpy.datetime64` values
13-
------------------------------
14-
15-
As of Matplotlib 2.2, `numpy.datetime64` objects are handled the same way
16-
as `datetime.datetime` objects.
17-
18-
If you prefer the pandas converters and locators, you can register them. This
19-
is done automatically when calling a pandas plot function and may be
20-
unnecessary when using pandas instead of Matplotlib directly. ::
21-
22-
from pandas.plotting import register_matplotlib_converters
23-
register_matplotlib_converters()
24-
2510
.. _howto-figure-empty:
2611

2712
Check whether a figure is empty

0 commit comments

Comments
 (0)