Adjusted view formatting to give the title more room
This commit is contained in:
parent
00aec7278a
commit
6cc120062d
|
|
@ -308,7 +308,7 @@ def view_simple_sig(
|
|||
else:
|
||||
plt.tight_layout()
|
||||
if show_title:
|
||||
plt.subplots_adjust(top=0.92)
|
||||
plt.subplots_adjust(top=0.90)
|
||||
|
||||
if saveplot:
|
||||
output_path, extension = set_path(output_path=output_path)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user