From eb9e85e8de9152163c0fefe435fd404032dce451 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Mon, 14 Oct 2024 17:01:10 +0200 Subject: [PATCH] Added instrument dependent title to figure. --- data_flagging_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_flagging_utils.py b/data_flagging_utils.py index 7c9ae2e..7869809 100644 --- a/data_flagging_utils.py +++ b/data_flagging_utils.py @@ -79,7 +79,7 @@ def create_loaded_file_figure(file_path, instfolder): fig.update_yaxes(row=trace_idx, col=1, type="log") trace_idx = trace_idx + 1 - fig.update_layout(height=1200, title_text="Multiple Subplots with Shared Y-Axes") + fig.update_layout(height=1200, title_text=f"{instfolder} : Target and Diagnostic Channels") DataOpsAPI.unload_file_obj()