Skip to content

Commit 0c5ab82

Browse files
NelleVtacaswell
authored andcommitted
Merge pull request matplotlib#8435 from anntzer/hist2d-docstring
Improve hist2d docstring by inlining properties.
1 parent b160593 commit 0c5ab82

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6456,7 +6456,20 @@ def hist2d(self, x, y, bins=10, range=None, normed=False, weights=None,
64566456
64576457
Other parameters
64586458
----------------
6459-
kwargs : :meth:`pcolorfast` properties.
6459+
cmap : {Colormap, string}, optional
6460+
A :class:`matplotlib.colors.Colormap` instance. If not set, use rc
6461+
settings.
6462+
6463+
norm : Normalize, optional
6464+
A :class:`matplotlib.colors.Normalize` instance is used to
6465+
scale luminance data to ``[0, 1]``. If not set, defaults to
6466+
``Normalize()``.
6467+
6468+
vmin/vmax : {None, scalar}, optional
6469+
Arguments passed to the `Normalize` instance.
6470+
6471+
alpha : ``0 <= scalar <= 1`` or ``None``, optional
6472+
The alpha blending value.
64606473
64616474
See also
64626475
--------

0 commit comments

Comments
 (0)