Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-06-20 14:51:29 +00:00
commit 4a0d0d7dd5

View file

@ -846,7 +846,7 @@ class Corr:
if save: if save:
if isinstance(save, str): if isinstance(save, str):
fig.savefig(save) fig.savefig(save, bbox_inches='tight')
else: else:
raise Exception("'save' has to be a string.") raise Exception("'save' has to be a string.")