@@ -109,10 +109,11 @@ def run_viewer_data(data_voxel, data_viewer, **kwargs):
109
109
- The list describes plots to be shown.
110
110
- If None or omitted: all the plots are shown.
111
111
plot_mode : string
112
- - If "qt", the Qt framework is used for the rendering .
112
+ - If "qt", the Qt framework is used for rendering the plots .
113
113
- If "nb_int", interactive plots are rendered within the Jupyter notebook.
114
114
- If "nb_std", static plots are rendered within the Jupyter notebook.
115
- - If "save", the plots are not shown but saved as PNG and VTK files.
115
+ - If "png", the plot content are saved as PNG files.
116
+ - If "vtk", the plot data are saved as VTK files.
116
117
- If "debug", the plots are not shown (test mode).
117
118
- If None or omitted: the debug mode is used.
118
119
folder : string
@@ -158,10 +159,11 @@ def run_viewer_file(file_voxel, file_viewer, **kwargs):
158
159
- The list describes plots to be shown.
159
160
- If None or omitted: all the plots are shown.
160
161
plot_mode : string
161
- - If "qt", the Qt framework is used for the rendering .
162
+ - If "qt", the Qt framework is used for rendering the plots .
162
163
- If "nb_int", interactive plots are rendered within the Jupyter notebook.
163
164
- If "nb_std", static plots are rendered within the Jupyter notebook.
164
- - If "save", the plots are not shown but saved as PNG and VTK files.
165
+ - If "png", the plot content are saved as PNG files.
166
+ - If "vtk", the plot data are saved as VTK files.
165
167
- If "debug", the plots are not shown (test mode).
166
168
- If None or omitted: the debug mode is used.
167
169
folder : string
@@ -295,10 +297,11 @@ def run_plotter_data(data_solution, data_plotter, **kwargs):
295
297
- The list describes plots to be shown.
296
298
- If None or omitted: all the plots are shown.
297
299
plot_mode : string
298
- - If "qt", the Qt framework is used for the rendering .
300
+ - If "qt", the Qt framework is used for rendering the plots .
299
301
- If "nb_int", interactive plots are rendered within the Jupyter notebook.
300
302
- If "nb_std", static plots are rendered within the Jupyter notebook.
301
- - If "save", the plots are not shown but saved as PNG and VTK files.
303
+ - If "png", the plot content are saved as PNG files.
304
+ - If "vtk", the plot data are saved as VTK files.
302
305
- If "debug", the plots are not shown (test mode).
303
306
- If None or omitted: the debug mode is used.
304
307
folder : string
@@ -347,10 +350,11 @@ def run_plotter_file(file_solution, file_plotter, **kwargs):
347
350
- The list describes plots to be shown.
348
351
- If None or omitted: all the plots are shown.
349
352
plot_mode : string
350
- - If "qt", the Qt framework is used for the rendering .
353
+ - If "qt", the Qt framework is used for rendering the plots .
351
354
- If "nb_int", interactive plots are rendered within the Jupyter notebook.
352
355
- If "nb_std", static plots are rendered within the Jupyter notebook.
353
- - If "save", the plots are not shown but saved as PNG and VTK files.
356
+ - If "png", the plot content are saved as PNG files.
357
+ - If "vtk", the plot data are saved as VTK files.
354
358
- If "debug", the plots are not shown (test mode).
355
359
- If None or omitted: the debug mode is used.
356
360
folder : string
0 commit comments