We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0288aa4 commit cc49139Copy full SHA for cc49139
itkwidgets/widget_viewer.py
@@ -939,7 +939,7 @@ def view(image=None, # noqa: C901
939
Colors for the N points. See help(matplotlib.colors) for
940
specification. Defaults to the Glasbey series of categorical colors.
941
942
- point_set_opacities: array of floats, default: [0.5,]*n
+ point_set_opacities: array of floats, default: [1.0,]*n
943
Opacity for the point sets, in the range (0.0, 1.0].
944
945
point_set_sizes: array of unsigned integers, default: [3,]*n
0 commit comments