From efb3a83d2d2db118c0e23c9872bb2cca7d5de553 Mon Sep 17 00:00:00 2001 From: berberto Date: Wed, 4 Sep 2024 11:08:17 +0100 Subject: [PATCH] [swanson] `cmap` option docstring edit --- iblatlas/plots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iblatlas/plots.py b/iblatlas/plots.py index 596fa1c..9e15e33 100644 --- a/iblatlas/plots.py +++ b/iblatlas/plots.py @@ -855,8 +855,8 @@ def plot_swanson_vector(acronyms=None, values=None, ax=None, hemisphere=None, br Minimum value to restrict the colormap vmax: float Maximum value to restrict the colormap - cmap: string - matplotlib named colormap to use + cmap: string or matplotlib.colors.Colormap + matplotlib colormap to use show_cbar: bool, default=False Whether to display a colorbar. extend: str, default='neither'