Bases: penelopetools.api.figure._Figures
All the figures from the SHOWER2010 simulation results. The figures are created from the SHOWER2010 results (Results). They can be access via attributes.
The following figures are created:
- trajectory_xy: Projection of the electron trajectories in the XY plane (Trajectories2D)
- trajectory_yz: Projection of the electron trajectories in the YZ plane (Trajectories2D)
- trajectory_xz: Projection of the electron trajectories in the XZ plane (Trajectories2D)
Parameters: | results (Results) – results |
---|
Save all figures.
Figure of the projection of the electron trajectories in the XY plane.
Return type: | Trajectories2D |
---|
Figure of the projection of the electron trajectories in the XZ plane.
Return type: | Trajectories2D |
---|
Figure of the projection of the electron trajectories in the YZ plane.
Return type: | Trajectories2D |
---|