Skip to content
Snippets Groups Projects
Commit 7f812a6f authored by Christian Kento Rasmussen's avatar Christian Kento Rasmussen
Browse files

Remove unused parameter in plot_connected_components function

parent 5376ab19
No related branches found
No related tags found
1 merge request!48Implemented 3D connected components as wrapper class for scipy.ndimage.label
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment