viewfix #17

Merged
gillian merged 12 commits from viewfix into main 2026-02-02 11:02:59 -05:00
Showing only changes of commit 6cc120062d - Show all commits

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)