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

Skip to content

Commit 1422635

Browse files
authored
fixed link to colors.Normalize
1 parent c765573 commit 1422635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3841,7 +3841,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
38413841
norm : `~matplotlib.colors.Normalize`, optional, default: None
38423842
A `~matplotlib.colors.Normalize` instance is used to scale
38433843
luminance data to 0, 1. *norm* is only used if *c* is an array of
3844-
floats. If ``None``, use the default :func:`normalize`.
3844+
floats. If ``None``, use the default `.colors.Normalize`.
38453845
38463846
vmin, vmax : scalar, optional, default: None
38473847
*vmin* and *vmax* are used in conjunction with *norm* to normalize

0 commit comments

Comments
 (0)