From f73c2668e3091508c564acfe6f49cba90b3a67e2 Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Wed, 10 Dec 2025 09:22:30 +0900 Subject: [PATCH] csv_2_plot: update title margin Signed-off-by: YoungSoo Shin --- example/logger/csv_2_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/logger/csv_2_plot.py b/example/logger/csv_2_plot.py index ff565ec..d6a9286 100644 --- a/example/logger/csv_2_plot.py +++ b/example/logger/csv_2_plot.py @@ -163,7 +163,7 @@ def plot_power_data(csv_path, output_path, plot_types, sources): fig.suptitle(full_title, fontsize=14) # Adjust layout to make space for the subtitle - plt.tight_layout(rect=[0, 0, 1, 0.93]) + plt.tight_layout(rect=[0, 0, 1, 0.98]) # --- Save the plot to a file --- try: