Hist histogram function explanation

When the histogram multiple columns, column by column default histograms are doing

hist(
column=None,
by=None,
grid=True,
xlabelsize=None,
xrot=None,
ylabelsize=None,
yrot=None,
ax=None,
sharex=False,
sharey=False,
figsize=None,
layout=None,
bins=10,
**kwds,
)

https://matplotlib.org/gallery/statistics/hist.html#sphx-glr-gallery-statistics-hist-py

Guess you like

Origin blog.csdn.net/houhuipeng/article/details/90762929