|
1 | 1 | # PyPEEC options for the plotter renderings.
|
2 | 2 | #
|
3 |
| -# A plot is described with a dictionary with the following fields: |
| 3 | +# A plot is described by a dictionary with the following fields: |
4 | 4 | # - framework: framework used for the rendering ("pyvista" or "matplotlib")
|
5 | 5 | # - layout: string describing the plot type (see description below)
|
6 | 6 | # - data_window: dictionary describing the plot window
|
|
20 | 20 | # - "norm_voxel": plot a scalar norm variable on the voxel structure
|
21 | 21 | # - "norm_point": plot a scalar norm variable on the point cloud
|
22 | 22 | # - title: title located at the corner of the plot (null for hiding)
|
23 |
| -# - legend: legend of variable being shown with the color axis (null for hiding) |
| 23 | +# - legend: legend being shown with the color axis (null for hiding) |
24 | 24 | # - var: name of the scalar norm variable to be plotted
|
25 | 25 | # - scale: scaling of the variable (scaling is done first)
|
26 | 26 | # - log: use (or not) a log scale for the color axis
|
|
32 | 32 | # - "phasor_voxel": plot a scalar phasor variable on the voxel structure
|
33 | 33 | # - "phasor_point": plot a scalar phasor variable on the point cloud
|
34 | 34 | # - title: title located at the corner of the plot (null for hiding)
|
35 |
| -# - legend: legend of variable being shown with the color axis (null for hiding) |
| 35 | +# - legend: legend being shown with the color axis (null for hiding) |
36 | 36 | # - var: name of the scalar phasor variable to be plotted
|
37 | 37 | # - phase: phase to be considered for the phasor (in radian)
|
38 | 38 | # - scale: scaling of the variable (scaling is done first)
|
|
45 | 45 | # - "arrow_voxel": plot a vector phasor variable on the voxel structure (arrow plot)
|
46 | 46 | # - "arrow_point": plot a vector phasor variable on the point cloud (arrow plot)
|
47 | 47 | # - title: title located at the corner of the plot (null for hiding)
|
48 |
| -# - legend: legend of variable being shown with the color axis (null for hiding) |
| 48 | +# - legend: legend being shown with the color axis (null for hiding) |
49 | 49 | # - var: name of the vector phasor variable to be plotted
|
50 | 50 | # - phase: phase to be considered for the phasor (in radian)
|
51 | 51 | # - scale: scaling of the variable (scaling is done first)
|
|
63 | 63 | # - marker: plot marker size
|
64 | 64 | # - width: plot line width
|
65 | 65 | #
|
66 |
| -# - "convergence": plot an histogram with the solver residuum (matplotlib) |
| 66 | +# - "convergence": plot a histogram with the solver residuum (matplotlib) |
67 | 67 | # - title: title located at the top of the plot (null for hiding)
|
68 | 68 | # - color_bar: fill color of the bins
|
69 | 69 | # - color_edge: "edge color of the bins
|
|
0 commit comments