Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFrame.hist does not accept figsize kwarg #3834

Closed
fonnesbeck opened this issue Jun 10, 2013 · 2 comments · Fixed by #3842
Closed

DataFrame.hist does not accept figsize kwarg #3834

fonnesbeck opened this issue Jun 10, 2013 · 2 comments · Fixed by #3842
Milestone

Comments

@fonnesbeck
Copy link

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
Copy link
Member

cpcloud commented Jun 12, 2013

@fonnesbeck does the above pr do what u want?

@fonnesbeck
Copy link
Author

Works for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants