File tree Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
" style " : " default" # string with a Matplotlib style
7
7
" legend " : " best" # location of the legend box
8
- " font " : 12.0 # reference font size of the figure
8
+ " font " : 12 # reference font size of the figure
Original file line number Diff line number Diff line change 5
5
6
6
# options for defining cut planes
7
7
" plot_filter " :
8
- " slice " : false # add (or not) a slice plane for rendering
8
+ " slice " : true # add (or not) a slice plane for rendering
9
9
" clip " : false # add (or not) a clip plane for rendering
10
10
" invert " : false # invert (or not) the clipping/slicing direction
11
- " normal " : " x " # normal of the clipping/slicing direction
11
+ " normal " : " z " # normal of the clipping/slicing direction
12
12
" value " : 0.0 # initial position for the clipping/slicing
13
13
14
14
# theme of the figure
15
15
" plot_theme " :
16
16
" text_color " : " black" # color of the text elements
17
- " title_font " : 10.0 # font size of the text displayed on the window corner
18
- " colorbar_font " : 15.0 # font size of the color bar
19
- " colorbar_size " : 5.0 # number of division for the colorbar
17
+ " title_font " : 10 # font size of the text displayed on the window corner
18
+ " colorbar_font " : 15 # font size of the color bar
19
+ " colorbar_size " : 5 # number of division for the colorbar
20
20
" colorbar_plot " : true # show (or not) the colorbar
21
21
" background_color " : " gray" # background color of the plot
22
22
" axis_add " : true # add (or not) the axis marker
Original file line number Diff line number Diff line change 17
17
" opacity " :
18
18
" type " : " number"
19
19
" minimum " : 0
20
+ " maximum " : 1
20
21
21
22
# ############################################################################
22
23
" data_plot_component " : &data_plot_component
37
38
" opacity " :
38
39
" type " : " number"
39
40
" minimum " : 0
41
+ " maximum " : 1
40
42
41
43
# ############################################################################
42
44
" data_plot_voxelization " : &data_plot_voxelization
70
72
" opacity_voxel " :
71
73
" type " : " number"
72
74
" minimum " : 0
75
+ " maximum " : 1
73
76
" opacity_reference " :
74
77
" type " : " number"
75
78
" minimum " : 0
79
+ " maximum " : 1
76
80
77
81
# ############################################################################
78
82
" data_plot_matrix " : &data_plot_matrix
Original file line number Diff line number Diff line change 11
11
" type " : " string"
12
12
" minLength " : 1
13
13
" font " :
14
- " type " : " number "
14
+ " type " : " integer "
15
15
" minimum " : 0
Original file line number Diff line number Diff line change 43
43
" type " : " string"
44
44
" minLength " : 1
45
45
" title_font " :
46
- " type " : " number "
46
+ " type " : " integer "
47
47
" minimum " : 0
48
48
" colorbar_font " :
49
- " type " : " number "
49
+ " type " : " integer "
50
50
" minimum " : 0
51
51
" colorbar_size " :
52
- " type " : " number "
52
+ " type " : " integer "
53
53
" minimum " : 0
54
54
" colorbar_plot " :
55
55
" type " : " boolean"
91
91
" grid_opacity " :
92
92
" type " : " number"
93
93
" minimum " : 0
94
+ " maximum " : 1
94
95
" geom_plot " :
95
96
" type " : " boolean"
96
97
" geom_thickness " :
102
103
" geom_opacity " :
103
104
" type " : " number"
104
105
" minimum " : 0
106
+ " maximum " : 1
105
107
" point_plot " :
106
108
" type " : " boolean"
107
109
" point_color " :
113
115
" point_opacity " :
114
116
" type " : " number"
115
117
" minimum " : 0
118
+ " maximum " : 1
116
119
" camera_roll " :
117
120
" type " :
118
121
- " null"
You can’t perform that action at this time.
0 commit comments