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 6934781 commit 57fd362Copy full SHA for 57fd362
1 file changed
lib/matplotlib/pylab.py
@@ -273,3 +273,6 @@ def save(*args, **kwargs):
273
files, we recommend numpy.savetxt. For saving numpy arrays,
274
we recommend numpy.save, and its analog numpy.load, which are
275
available in pylab as np.save and np.load."""
276
+
277
+# don't let numpy's datetime hide stdlib
278
+import datetime
0 commit comments