diff --git a/brainglobe_template_builder/plots.py b/brainglobe_template_builder/plots.py index a0999cc..d215b21 100644 --- a/brainglobe_template_builder/plots.py +++ b/brainglobe_template_builder/plots.py @@ -98,8 +98,8 @@ def plot_grid( **kwargs, ) -> tuple[plt.Figure, np.ndarray]: """Plot image volume as a grid of slices along a given anatomical section. - - Image contrast is auto-adjusted to 1-99% of range unless `vmin` and `vmax` are specified + + Image contrast is auto-adjusted to 1-99% of range unless `vmin` and `vmax` are specified as keyword arguments. Parameters