csv_2_plot: update title margin

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-12-10 09:22:30 +09:00
parent 56e1f619e1
commit e20f4b9f74

View File

@@ -162,7 +162,7 @@ def plot_power_data(csv_path, output_path, plot_types, sources):
fig.suptitle(full_title, fontsize=14) fig.suptitle(full_title, fontsize=14)
# Adjust layout to make space for the subtitle # 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 --- # --- Save the plot to a file ---
try: try: