plot_ecc

cosmic.plotting.plot_ecc(ax, times, ecc_out, t_max, sys_obs)[source]

Plots the eccentricity 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

ecc_outpandas.Series

Series of eccentricities at each binary evolution time step

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