Adjusted view formatting to give the title more room

This commit is contained in:
G gillian 2026-01-29 13:28:25 -05:00
parent 00aec7278a
commit 6cc120062d

View File

@ -308,7 +308,7 @@ def view_simple_sig(
else: else:
plt.tight_layout() plt.tight_layout()
if show_title: if show_title:
plt.subplots_adjust(top=0.92) plt.subplots_adjust(top=0.90)
if saveplot: if saveplot:
output_path, extension = set_path(output_path=output_path) output_path, extension = set_path(output_path=output_path)