diff --git a/binarycpython/utils/plot_functions.py b/binarycpython/utils/plot_functions.py index e40e1514978e37664c3f93001a7328a6d720c3d0..430be90623f3dc48ee1cd2dc6632faec98155313 100644 --- a/binarycpython/utils/plot_functions.py +++ b/binarycpython/utils/plot_functions.py @@ -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()