Loading binarycpython/utils/plot_functions.py +9 −9 Original line number Diff line number Diff line Loading @@ -542,15 +542,15 @@ def plot_system(plot_type, **kwargs): # from david_phd_functions.plotting.custom_mpl_settings import load_mpl_rc # load_mpl_rc() fig = plot_system( plot_type="mass_evolution", M_1=10, M_2=5, separation=1000000, orbital_period=100000000, max_evolution_time=15000, show_plot=True, ) # fig = plot_system( # plot_type="mass_evolution", # M_1=10, # M_2=5, # separation=1000000, # orbital_period=100000000, # max_evolution_time=15000, # show_plot=True, # ) # fig.axes[0].set_xlim(0, 150) # plt.show() Loading
binarycpython/utils/plot_functions.py +9 −9 Original line number Diff line number Diff line Loading @@ -542,15 +542,15 @@ def plot_system(plot_type, **kwargs): # from david_phd_functions.plotting.custom_mpl_settings import load_mpl_rc # load_mpl_rc() fig = plot_system( plot_type="mass_evolution", M_1=10, M_2=5, separation=1000000, orbital_period=100000000, max_evolution_time=15000, show_plot=True, ) # fig = plot_system( # plot_type="mass_evolution", # M_1=10, # M_2=5, # separation=1000000, # orbital_period=100000000, # max_evolution_time=15000, # show_plot=True, # ) # fig.axes[0].set_xlim(0, 150) # plt.show()