mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02: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 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