galpy.potential.linearPotential.plot

linearPotential.plot(t=0.0, min=-15.0, max=15, ns=21, savefilename=None)[source]

NAME:

plot

PURPOSE:

plot the potential

INPUT:

t - time to evaluate the potential at

min - minimum x

max - maximum x

ns - grid in x

savefilename - save to or restore from this savefile (pickle)

OUTPUT:

plot to output device

HISTORY:

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