pyPENELOPE

shower2010 – All the figures from a SHOWER2010 simulation

Inheritance diagram of penelopetools.api.figure.shower2010

class penelopetools.api.figure.shower2010.Figures(results)

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:

Parameters:results (Results) – results
save(path=None, suffix='', format=['png'])

Save all figures.

trajectory_xy

Figure of the projection of the electron trajectories in the XY plane.

Return type:Trajectories2D
trajectory_xz

Figure of the projection of the electron trajectories in the XZ plane.

Return type:Trajectories2D
trajectory_yz

Figure of the projection of the electron trajectories in the YZ plane.

Return type:Trajectories2D