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 0732682 commit 391453dCopy full SHA for 391453d
examples/config/cfg_data_pyvista.yaml
@@ -5,10 +5,10 @@
5
6
# options for defining cut planes
7
"plot_filter":
8
- "slice": true # add (or not) a slice plane for rendering
+ "slice": false # add (or not) a slice plane for rendering
9
"clip": false # add (or not) a clip plane for rendering
10
- "invert": false # invert (or not) the clipping/slicing direction
11
- "normal": "z" # normal of the clipping/slicing direction
+ "invert": false # invert (or not) the clipping direction
+ "normal": "z" # normal of the clipping/slicing plane
12
"value": 0.0 # initial position for the clipping/slicing
13
14
# theme of the figure
0 commit comments