From 7f812a6f671fc59a7fd189cc8f92b2803d78e738 Mon Sep 17 00:00:00 2001 From: Christian Kento Rasmussen <christian.kento@gmail.com> Date: Fri, 9 Feb 2024 09:39:10 +0100 Subject: [PATCH] Remove unused parameter in plot_connected_components function --- qim3d/viz/img.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qim3d/viz/img.py b/qim3d/viz/img.py index b2c2ad99..313288dd 100644 --- a/qim3d/viz/img.py +++ b/qim3d/viz/img.py @@ -308,7 +308,6 @@ def plot_connected_components(connected_components: ConnectedComponents, **kwarg Args: connected_components (ConnectedComponents): The connected components class from the qim3d.utils.connected_components module. - show (bool, optional): If matplotlib should show the plot. Defaults to False. **kwargs: Additional keyword arguments to pass to qim3d.viz.img.slice_viz. Returns: -- GitLab