galpy.potential.planarAxiPotential.plot¶
- planarAxiPotential.plot(*args, **kwargs)[source]¶
Plot the potential.
- Parameters:
Rrange (float or Quantity, optional) – Range (can be Quantity).
grid (int, optional) – Number of points to plot.
savefilename (str, optional) – Save to or restore from this savefile (pickle).
*args (list) – Arguments to be passed to galpy.util.plot.plot.
**kwargs (dict) – Keyword arguments to be passed to galpy.util.plot.plot.
- Return type:
plot
Notes
2010-07-13 - Written - Bovy (NYU)