You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters *hatch*, *edgecolor*, *facecolor*, *linewidth* and *linestyle*
5
+
of the `~matplotlib.axes.Axes.hist` method are now vectorized.
6
+
This means that you can pass in individual parameters for each histogram
7
+
when the input *x* has multiple datasets.
8
+
9
+
10
+
.. plot::
11
+
:include-source: true
12
+
:alt: Four charts, each displaying stacked histograms of three Poisson distributions. Each chart differentiates the histograms using various parameters: top left uses different linewidths, top right uses different hatches, bottom left uses different edgecolors, and bottom right uses different facecolors. Each histogram on the left side also has a different edgecolor.
0 commit comments