mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 00:39:27 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
4a0d0d7dd5
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue