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 ab3e42f commit b13ef42Copy full SHA for b13ef42
lib/matplotlib/axes.py
@@ -16,6 +16,7 @@
16
import matplotlib.collections as mcoll
17
import matplotlib.colors as mcolors
18
import matplotlib.contour as mcontour
19
+import matplotlib.dates as _ # <-registers a date unit converter
20
from matplotlib import docstring
21
import matplotlib.font_manager as font_manager
22
import matplotlib.image as mimage
0 commit comments