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

Skip to content

Commit 48ed60f

Browse files
authored
Merge pull request #19893 from timhoffm/doc-howto-dates
Remove Howto: Plot numpy.datetime64 values
2 parents 7d87722 + ad16a2c commit 48ed60f

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)