Commit 9736fdb2 authored by David Hendriks's avatar David Hendriks
Browse files

removed the plot being executed when loaded

parent 9b31edb1
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -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()