DataFrame.hist does not accept figsize kwarg · Issue #3834 · pandas-dev/pandas (original) (raw)

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.