Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed70b6e + 59ab174 commit 0bf8a09Copy full SHA for 0bf8a09
1 file changed
doc/faq/howto_faq.rst
@@ -7,21 +7,6 @@ How-to
7
.. contents::
8
:backlinks: none
9
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
25
.. _howto-figure-empty:
26
27
Check whether a figure is empty
0 commit comments