Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame.hist does not accept figsize kwarg #3834
Comments
cpcloud
was assigned
Jun 10, 2013
cpcloud
referenced
this issue
Jun 10, 2013
Merged
ENH: add figsize argument to DataFrame and Series hist methods #3842
|
@fonnesbeck does the above pr do what u want? |
fonnesbeck
commented
Jun 12, 2013
|
Works for me. Thanks! |
cpcloud
closed this
in #3842
Jun 12, 2013
cpcloud
was unassigned
by wesm
Oct 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fonnesbeck commentedJun 10, 2013
Unlike
DataFrame.plotthehistmethod does not recognize thefigsizekwarg:It would be extremely helpful for
histto be easily resizable, as the default layout for a column-wise set of histograms is rarely readable for even a moderate number of columns.