Closed
Description
pyplot.stem()
does not work when the data contains dates because axes.stem()
forces the data to float (
matplotlib/lib/matplotlib/axes/_axes.py
Line 2285 in 998676a
matplotlib/lib/matplotlib/axes/_axes.py
Line 2290 in 998676a
Is this really necessary? by removing the conversion to float, plotting dates in the abscissa works, for instance.
Metadata
Metadata
Assignees
Labels
No labels