mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
feat: bbox_inches='tight' added to Corr.show savefig
This commit is contained in:
parent
13b688c4b2
commit
b047f12c12
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ class Corr:
|
|||
|
||||
if save:
|
||||
if isinstance(save, str):
|
||||
fig.savefig(save)
|
||||
fig.savefig(save, bbox_inches='tight')
|
||||
else:
|
||||
raise Exception("'save' has to be a string.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue