Skip to content

Commit cc49139

Browse files
committed
DOC: Update default point_set_opacities
1 parent 0288aa4 commit cc49139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itkwidgets/widget_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ def view(image=None, # noqa: C901
939939
Colors for the N points. See help(matplotlib.colors) for
940940
specification. Defaults to the Glasbey series of categorical colors.
941941
942-
point_set_opacities: array of floats, default: [0.5,]*n
942+
point_set_opacities: array of floats, default: [1.0,]*n
943943
Opacity for the point sets, in the range (0.0, 1.0].
944944
945945
point_set_sizes: array of unsigned integers, default: [3,]*n

0 commit comments

Comments
 (0)