galpy.potential.planarAxiPotential.plotRotcurve

planarAxiPotential.plotRotcurve(*args, **kwargs)[source]

Plot the rotation curve for this potential.

Parameters:
  • Rrange (list or Quantity, optional) – Range to plot.

  • grid (int, optional) – Number of points to plot.

  • savefilename (str, optional) – Save to or restore from this savefile (pickle).

  • *args – Arguments and keyword arguments for galpy.util.plot.plot.

  • **kwargs – Arguments and keyword arguments for galpy.util.plot.plot.

Returns:

Plot to output device.

Return type:

matplotlib plot

Notes

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