From 9736fdb247780cc3264c8751f8133b56ea2ca149 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Mon, 14 Dec 2020 23:57:31 +0000
Subject: [PATCH] removed the plot being executed when loaded

---
 binarycpython/utils/plot_functions.py | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/binarycpython/utils/plot_functions.py b/binarycpython/utils/plot_functions.py
index e40e15149..430be9062 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()
-- 
GitLab