Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
clatlan committed Jul 22, 2024
1 parent 22fe6ef commit e3df35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdiutils/plot/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit e3df35b

Please sign in to comment.