DataFrame.hist does not accept figsize kwarg #3834

Closed
fonnesbeck opened this Issue Jun 10, 2013 · 2 comments

Comments

Projects
None yet
2 participants

Unlike DataFrame.plot the hist method does not recognize the figsize kwarg:

AttributeError: Unknown property figsize

It would be extremely helpful for hist to be easily resizable, as the default layout for a column-wise set of histograms is rarely readable for even a moderate number of columns.

cpcloud was assigned Jun 10, 2013

Member

cpcloud commented Jun 12, 2013

@fonnesbeck does the above pr do what u want?

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