Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
May a bug of `Series.plot` in pandas 0.17? #11529
Comments
|
Yes, thanks for reporting! This is a regression. |
jorisvandenbossche
added Bug Visualization Regression
labels
Nov 6, 2015
jorisvandenbossche
added this to the
0.17.1
milestone
Nov 6, 2015
jorisvandenbossche
referenced
this issue
Nov 6, 2015
Merged
BUG: fix incorrect xticklabels when specifying xticks (GH11529) #11531
jorisvandenbossche
closed this
in #11531
Nov 9, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eastsun commentedNov 6, 2015
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.