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 886983d commit 058f6f6Copy full SHA for 058f6f6
2 files changed
doc/api/next_api_changes/2019-07-16-AL.rst
@@ -0,0 +1,4 @@
1
+Deprecations
2
+````````````
3
+
4
+``dates.mx2num`` is deprecated.
lib/matplotlib/dates.py
@@ -25,7 +25,6 @@
25
num2timedelta
26
epoch2num
27
num2epoch
28
- mx2num
29
drange
30
31
.. note::
@@ -1779,6 +1778,7 @@ def num2epoch(d):
1779
1778
return (np.asarray(d) - EPOCH_OFFSET) * SEC_PER_DAY
1780
1781
+@cbook.deprecated("3.2")
1782
def mx2num(mxdates):
1783
"""
1784
Convert mx :class:`datetime` instance (or sequence of mx
0 commit comments