Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
hist raises AttributeError: 'AxesSubplot' object has no attribute 'ndim' with a one row DataFrame #10214
Comments
sinhrks
added Visualization Bug
labels
May 27, 2015
|
Thanks for the report. This looks an edge case when |
|
I don't know if that's an elegant way of doing but what is your opinion about changing
to
|
|
NOTE: Other functions uses https://github.com/pydata/pandas/blob/master/pandas/tools/plotting.py#L3346 |
|
I thought that using |
|
Yeah it is correct for objects intended so, such as Series and Index. I thought |
This was referenced May 28, 2015
jreback
modified the milestone: 0.17.0, 0.16.2
Jun 2, 2015
scls19fr
referenced
this issue
Jun 7, 2015
Closed
BUG: plotting grouped_hist with a single row frame #10214 #10298
|
closed by #10298 |
scls19fr commentedMay 27, 2015
Hello,
this code works fine:
but same code with a one row DataFrame such as
raises:
Kind regards