Skip to content

Commit d638529

Browse files
authored
Merge pull request #342 from thewtex/multi-component-limits
BUG: Improve multi-component slice color blending
2 parents f555dd9 + cc49139 commit d638529

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

js/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"copy-webpack-plugin": "^5.1.1",
6464
"css-element-queries": "^1.2.3",
6565
"itk": "^13.1.1",
66-
"itk-vtk-viewer": "^10.5.3",
66+
"itk-vtk-viewer": "^10.5.4",
6767
"jupyter-dataserializers": "^2.2.0",
6868
"mobx": "^5.15.4",
6969
"regenerator-runtime": "^0.13.5",

0 commit comments

Comments
 (0)