Skip to content

Commit 97f0b91

Browse files
committed
Update docstrings
1 parent 93981d5 commit 97f0b91

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: plotting.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,8 @@ def plot_matrix(array, cbar=True, annotate_vals=True, avdiag=False,
348348
font : str
349349
Font style for text.
350350
351-
cmap : str or matplotlib cmap instance
352-
May be any valid matplotlib colormap (string or matplotlib cmap
353-
instance) or fsl colormap string (see get_fsl_cmap function).
351+
cmap : str or matplotlib.colors.Colormap instance
352+
Any valid input to ``get_colourmap`` function.
354353
355354
fontcolor : str, rgb / rgba tuple, or hex value).
356355
Font color of all text
@@ -592,9 +591,8 @@ def polar_pcolormesh(C, r=None, theta=None, hemi='both', theta_units='rad',
592591
Should theta increment clockwise ('clockwise', 'cw', or -1) or
593592
counter-clockwise ('counterclockwise', 'ccw', or 1)?
594593
595-
cmap : str or matplotlib cmap instance
596-
May be any valid matplotlib colormap (string or matplotlib cmap
597-
instance) or fsl colormap string (see get_fsl_cmap function).
594+
cmap : str or matplotlib.colors.Colormap instance
595+
Any valid input to ``get_colourmap`` function.
598596
599597
vmin, vmax : float
600598
Limits for colourmap. If not specified, will default to data limits.

0 commit comments

Comments
 (0)