From 851857c19dcd908c7a2630c9cf811470d67ee6eb Mon Sep 17 00:00:00 2001 From: Diana Date: Sun, 27 Oct 2024 13:14:33 +0100 Subject: [PATCH] Changes plot function --- code/plot_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/plot_functions.py b/code/plot_functions.py index deccc9f..f9708d8 100644 --- a/code/plot_functions.py +++ b/code/plot_functions.py @@ -133,7 +133,8 @@ def plot_highlighted_integrals(ax, frequency, power, points, nyquist, true_eodf, # Apply float formatting to the y-axis ax.yaxis.set_major_formatter(ticker.FuncFormatter(float_formatter)) - ax.legend(loc="upper right") + #ax.legend(loc="upper right") +