Skip to content
Snippets Groups Projects
Commit a6b8721a authored by s214735's avatar s214735
Browse files

fixes

parent d97287ed
No related branches found
No related tags found
1 merge request!143Type hints
......@@ -6,7 +6,7 @@ from IPython.display import clear_output, display
import qim3d
def circles(blobs: np.ndarray, vol: np.ndarray, alpha: float = 0.5, color: str = "#ff9900", **kwargs)-> widgets.interactive:
def circles(blobs: tuple[float,float,float,float], vol: np.ndarray, alpha: float = 0.5, color: str = "#ff9900", **kwargs)-> widgets.interactive:
"""
Plots the blobs found on a slice of the volume.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment