plot_P_orb¶
- cosmic.plotting.plot_P_orb(ax, times, P_orb_out, t_max, sys_obs)[source]¶
Plots the orbital period as a function of time
- Parameters:
- axmatplotlib.Axes
Axis instance for the plot
- timespandas.Series
Series of times at each binary evolution time step in Myr
- P_orb_outpandas.Series
Series of orbital periods at each binary evolution time step in days
- t_maxfloat
ending time for plot in Myr
- sys_obsDict
Dictionary containing keys for binary parameters with values to plot as vertical lines for each stellar component
- Returns:
- Null