You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dead code, bokeh define syntax, code formatting
* nan opacity volume slices and update vtkjs
* add some delete in remove model
* Update panel/models/vtk/vtkvolume.ts
* document nan opacity
Co-authored-by: ARTUSI <xavier.artusi@cea.fr>
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
Copy file name to clipboardExpand all lines: examples/reference/panes/VTKVolume.ipynb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@
73
73
"* **``slice_j``** (Integer): parameter to control the position of the slice normal to the Y direction. By default the the value is computed to be in the middle of the data\n",
74
74
"\n",
75
75
"* **``slice_k``** (Integer): parameter to control the position of the slice normal to the Z direction. By default the the value is computed to be in the middle of the data\n",
76
+
"\n",
77
+
"* **``nan_opacity``** (Number): parameter to control the opacity of NaN values in a slice. By default the the value is 1. The value must be in (0, 1)\n",
0 commit comments