Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def view(image=None, # noqa: C901
cmap=cm.viridis,
select_roi=False,
interpolation=True,
gradient_opacity=0.22, slicing_planes=False, shadow=True, blend='composite',
point_sets=[],
point_set_colors=[], point_set_opacities=[], point_set_representations=[],
# point_set_sizes=[],
geometries=[],
geometry_colors=[], geometry_opacities=[],
ui_collapsed=False, rotate=False, annotations=True, mode='v',
**kwargs):
"""View the image and/or point sets and/or geometries.
Creates and returns an ipywidget to visualize an image, and/or point sets
and/or geometries .
The image can be 2D or 3D.