plot
The plot command can be used to plot and save visualization as files.
Only binaries compiled with VTK libraries can use this command. Otherwise, it does nothing.
Since Paraview can be used to perform all kinds of post-processing, the objective is not to implement a full-featured visualisation support.
Syntax
The plot command uses a different parsing mechanism.
plot [-keyword [-parameters]...]Available keywords and corresponding parameters are listed as follows.
scalecontrols the scale of deformed configuration. A single double value is required as parameter. Default is zero (undeformed). Example:scale 2typecontrols which quantity shall be extracted and plotted. A single string is required as parameter. Available values can be seen in output types. Example:type U1fontsizecontrols the font size of legend, title, etc. This has no effect if the plot is saved. Example:fontsize 14nobardisables legend in plot window.sizecontrols the size of plot window. Two double values are required. Examples:size 300 400saveindicates the file name. A string value is required. The extension suffix will be automatically appended. Example:save S11
Remarks
Invoking this command with proper parameters spawn an interactive rendering window using VTK. It offers a quick view of the model. The spawned window can be closed by pressing q key. The spawned window does not block the application so it is possible to plot multiple quantities at the same time. However, new analysis won't be performed until all the windows are closed.
Example

Last updated