From e3df35ba3a80ed3fb0c5403c3748e2ada72790bf Mon Sep 17 00:00:00 2001 From: Clatlan Date: Mon, 22 Jul 2024 13:09:14 +0200 Subject: [PATCH] cosmetic change --- cdiutils/plot/slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdiutils/plot/slice.py b/cdiutils/plot/slice.py index be97572..bea0666 100755 --- a/cdiutils/plot/slice.py +++ b/cdiutils/plot/slice.py @@ -30,7 +30,7 @@ def plot_volume_slices( title: str = None, equal_limits: bool = True, **plot_params -) -> None: +) -> tuple[plt.Figure, plt.Axes]: _plot_params = { "cmap": "turbo", }