galpy.orbit.Orbit.plotER

Orbit.plotER(*args, **kwargs)

NAME:

plotER

PURPOSE:

plot E_R(.) along the orbit

INPUT:

pot= Potential instance or list of instances in which the orbit was integrated

d1= plot ER vs d1: e.g., ‘t’, ‘z’, ‘R’

normed= if set, plot E(t)/E(0) rather than E(t)

ro= (Object-wide default) physical scale for distances to use to convert (can be Quantity)

vo= (Object-wide default) physical scale for velocities to use to convert (can be Quantity)

use_physical= use to override Object-wide default for using a physical scale for output

+bovy_plot.bovy_plot inputs

OUTPUT:

figure to output device

HISTORY:

2010-07-10 - Written - Bovy (NYU)