Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a95a278

Browse files
authored
Merge pull request #8435 from anntzer/hist2d-docstring
Improve hist2d docstring by inlining properties.
2 parents a7dabee + 39636bc commit a95a278

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
@@ -6457,7 +6457,20 @@ def hist2d(self, x, y, bins=10, range=None, normed=False, weights=None,
64576457
64586458
Other parameters
64596459
----------------
6460-
kwargs : :meth:`pcolorfast` properties.
6460+
cmap : {Colormap, string}, optional
6461+
A :class:`matplotlib.colors.Colormap` instance. If not set, use rc
6462+
settings.
6463+
6464+
norm : Normalize, optional
6465+
A :class:`matplotlib.colors.Normalize` instance is used to
6466+
scale luminance data to ``[0, 1]``. If not set, defaults to
6467+
``Normalize()``.
6468+
6469+
vmin/vmax : {None, scalar}, optional
6470+
Arguments passed to the `Normalize` instance.
6471+
6472+
alpha : ``0 <= scalar <= 1`` or ``None``, optional
6473+
The alpha blending value.
64616474
64626475
See also
64636476
--------

0 commit comments

Comments
 (0)