Skip to content

Commit 391453d

Browse files
committed
reset config
1 parent 0732682 commit 391453d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/config/cfg_data_pyvista.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
# options for defining cut planes
77
"plot_filter":
8-
"slice": true # add (or not) a slice plane for rendering
8+
"slice": false # add (or not) a slice plane for rendering
99
"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
10+
"invert": false # invert (or not) the clipping direction
11+
"normal": "z" # normal of the clipping/slicing plane
1212
"value": 0.0 # initial position for the clipping/slicing
1313

1414
# theme of the figure

0 commit comments

Comments
 (0)