May a bug of Series.plot
in pandas 0.17?
#11529
Labels
Milestone
Series.plot
in pandas 0.17?
#11529
The origin post with pictures is on: http://stackoverflow.com/questions/33559772/is-this-a-bug-of-series-plot-in-pandas-0-17
I always use
ser.plot(xticks=range(0, len(ser), step), ..)
to plot figures with specified xticks. But it doesn't work anymore in pandas 0.17 when the Series with labels. Here are the codes:The figure with xticks specified doesn't display xticklabes correctly.
The text was updated successfully, but these errors were encountered: