8000 Re-added the matplotlib.dates import on axes · matplotlib/matplotlib@b13ef42 · GitHub
[go: up one dir, main page]

Skip to content

Commit b13ef42

Browse files
committed
Re-added the matplotlib.dates import on axes
1 parent ab3e42f commit b13ef42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import matplotlib.collections as mcoll
1717
import matplotlib.colors as mcolors
1818
import matplotlib.contour as mcontour
19+
import matplotlib.dates as _ # <-registers a date unit converter
1920
from matplotlib import docstring
2021
import matplotlib.font_manager as font_manager
2122
import matplotlib.image as mimage

0 commit comments

Comments
 (0)
0