galpy.df.streamdf.plotProgenitor

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

NAME:

plotProgenitor

PURPOSE:

plot the progenitor orbit

INPUT:

d1= plot this on the X axis (‘x’,’y’,’z’,’R’,’phi’,’vx’,’vy’,’vz’,’vR’,’vt’,’ll’,’bb’,’dist’,’pmll’,’pmbb’,’vlos’)

d2= plot this on the Y axis (same list as for d1)

scaleToPhysical= (False), if True, plot positions in kpc and velocities in km/s

galpy.util.plot.plot args and kwargs

OUTPUT:

plot to output device

HISTORY:

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