galpy.df.streamdf.plotProgenitor

streamdf.plotProgenitor(d1='x', d2='z', *args, **kwargs)[source]

Plot the progenitor orbit.

Parameters:
  • d1 (str, optional) – Plot this on the X axis (‘x’,’y’,’z’,’R’,’phi’,’vx’,’vy’,’vz’,’vR’,’vt’,’ll’,’bb’,’dist’,’pmll’,’pmbb’,’vlos’). Default is ‘x’.

  • d2 (str, optional) – Plot this on the Y axis (same list as for d1). Default is ‘z’.

  • scaleToPhysical (bool, optional) – If True, plot positions in kpc and velocities in km/s. Default is False.

  • *args (tuple) – Arguments passed to galpy.util.plot.plot.

  • **kwargs (dict) – Keyword arguments passed to galpy.util.plot.plot.

Return type:

None

Notes

  • 2013-12-09 - Written - Bovy (IAS)