Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
plotting with Gridspec : index is out of bounds #10819
Comments
|
Thanks for the report.
It looks using https://github.com/pydata/pandas/blob/master/pandas/tools/plotting.py#L3335 |
sinhrks
added Bug Visualization
labels
Aug 17, 2015
sinhrks
referenced
this issue
Aug 21, 2015
Merged
BUG: DataFrame.plot may raise IndexError / show unnessesary minor ticklabels #10879
jreback
added this to the
0.17.0
milestone
Aug 21, 2015
jreback
closed this
in #10879
Sep 1, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
heelancd commentedAug 14, 2015
I came across the same error described in this stack post. I didn't experience the error until upgrading to 0.16.2. Like others who commented, downgrading to 0.15.2 fixed the issue. I couldn't find it reported anywhere else so I wanted to submit an issue.