@@ -5055,7 +5055,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
50555055 and the `cmap` (mapping the normed scalar to a color).
50565056
50575057 cmap : `~matplotlib.colors.Colormap`, \
5058- `~matplotlib.colors.BivariateColormap`optional, default: None
5058+ `~matplotlib.colors.BivariateColormap`, optional, default: None
50595059 If None, default to rc `image.cmap` value. `cmap` is ignored
50605060 if `X` is 3-D but not bivariate, directly specifying RGB(A) values.
50615061
@@ -5082,7 +5082,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
50825082 'nearest'.
50835083
50845084 norm : `~matplotlib.colors.Normalize`, \
5085- `matplotlib.colors.BivariateNorm` optional, default: None
5085+ `matplotlib.colors.BivariateNorm`, optional, default: None
50865086 A `~matplotlib.colors.Normalize` instance is used to scale
50875087 a 2-D float `X` input to the (0, 1) range for input to the
50885088 `cmap`. If `norm` is None, use the default func:`normalize`.
@@ -5302,12 +5302,12 @@ def pcolor(self, *args, **kwargs):
53025302 vectors, they will be expanded as needed into the appropriate 2-D
53035303 arrays, making a rectangular grid.
53045304
5305- cmap : `~matplotlib.colors.Colormap` or \
5306- `matplotlib.colors.BivariateColormap` optional, default: None
5305+ cmap : `~matplotlib.colors.Colormap` or
5306+ `matplotlib.colors.BivariateColormap`, optional, default: None
53075307 If `None`, default to rc settings.
53085308
5309- norm : `matplotlib.colors.Normalize` or \
5310- `matplotlib.colors.BivariateNorm` optional, default: None
5309+ norm : `matplotlib.colors.Normalize` or
5310+ `matplotlib.colors.BivariateNorm`, optional, default: None
53115311 An instance is used to scale luminance data to (0, 1).
53125312 If `None`, defaults to :func:`normalize`.
53135313
@@ -5574,12 +5574,12 @@ def pcolormesh(self, *args, **kwargs):
55745574 Keyword arguments:
55755575
55765576 *cmap*: [ *None* | Colormap ]
5577- A :class:`matplotlib.colors.Colormap` or \
5577+ A :class:`matplotlib.colors.Colormap` or
55785578 :class:`matplotlib.colors.BivariateColormap`instance. If *None*,
55795579 use rc settings.
55805580
55815581 *norm*: [ *None* | Normalize ]
5582- A :class:`matplotlib.colors.Normalize` or \
5582+ A :class:`matplotlib.colors.Normalize` or
55835583 :class:`matplotlib.colors.BivariateNorm` instance is used to
55845584 scale luminance data to 0,1. If *None*, defaults to
55855585 :func:`normalize`.
@@ -5767,12 +5767,12 @@ def pcolorfast(self, *args, **kwargs):
57675767 Optional keyword arguments:
57685768
57695769 *cmap*: [ *None* | Colormap ]
5770- A :class:`matplotlib.colors.Colormap` or \
5770+ A :class:`matplotlib.colors.Colormap` or
57715771 :class:`matplotlib.colors.BivariateColormap` instance from cm.
57725772 If *None*, use rc settings.
57735773
57745774 *norm*: [ *None* | Normalize ]
5775- A :class:`matplotlib.colors.Normalize` or \
5775+ A :class:`matplotlib.colors.Normalize` or
57765776 :class:`matplotlib.colors.BivariateNorm` instance is used to scale
57775777 luminance data to 0,1. If *None*, defaults to normalize()
57785778
0 commit comments