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

Skip to content

Commit 284aaee

Browse files
committed
Improve hist2d docstring by inlining properties.
1 parent a7dabee commit 284aaee

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6457,7 +6457,19 @@ 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 scale
6466+
luminance data to ``[0, 1]``. If not set, defaults to `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.
64616473
64626474
See also
64636475
--------

0 commit comments

Comments
 (0)