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.
1 parent 669e1cc commit 8281391Copy full SHA for 8281391
doc/api/next_api_changes/deprecations/19483-JMK.rst
@@ -1,7 +1,7 @@
1
``epoch2num`` and ``num2epoch`` are deprecated
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
These methods convert from unix timestamps to matplotlib floats, but are not
4
-useed internally to matplotlib, and should not be needed by endusers.
+used internally to Matplotlib, and should not be needed by end users.
5
To convert a unix timestamp to datetime, simply use
6
`datetime.datetime.utcfromtimestamp`, or to use numpy datetime64
7
``dt = np.datetim64(e*1e6, 'us')``.
0 commit comments