gcmotion.plot.particle_evolution#

gcmotion.plot.particle_evolution(particle: Particle, **kwargs)#

Plots the time evolution of all the dynamical variables and canonical momenta from the particle’s calculated orbit.

Parameters:
particle: Particle

The current working particle.

whichstr, optional

Which of the dynamical variables to show. Must be a string containing the variable names “theta”, “zeta”, “psi”, “psip”, “rho”, “Ptheta”, “Pzeta”, seperated by “,” or spaces. For example: “theta zeta psi, psip, Ptheta Pzeta”. Defaults to “all”.

percentageint, optional

The percentage of the orbit to be plotted. Defaults to 100.

units{“SI”, “NU”}, optional

The unit system. Can be either ‘SI’ or ‘NU’. Defauls to “SI”.