Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 795930e

Browse files
committed
Merge pull request matplotlib#1264 from pelson/single_date_test_failure
Re-added the matplotlib.dates import on axes
2 parents 806928a + b13ef42 commit 795930e

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)