File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def run_workflow(name, use_script):
109
109
"--viewer" ,
110
110
file_viewer ,
111
111
"--plot_mode" ,
112
- "qt " ,
112
+ "png " ,
113
113
]
114
114
argv_so = [
115
115
"--quiet" ,
@@ -131,7 +131,7 @@ def run_workflow(name, use_script):
131
131
"--plotter" ,
132
132
file_plotter ,
133
133
"--plot_mode" ,
134
- "qt " ,
134
+ "png " ,
135
135
]
136
136
137
137
# run the scripts
@@ -153,12 +153,12 @@ def run_workflow(name, use_script):
153
153
pypeec .run_viewer_file (
154
154
file_voxel = file_voxel ,
155
155
file_viewer = file_viewer ,
156
- plot_mode = "qt " ,
156
+ plot_mode = "png " ,
157
157
)
158
158
pypeec .run_plotter_file (
159
159
file_solution = file_solution ,
160
160
file_plotter = file_plotter ,
161
- plot_mode = "qt " ,
161
+ plot_mode = "png " ,
162
162
)
163
163
164
164
# load the files
You can’t perform that action at this time.
0 commit comments