Changed savefig parameters
This commit is contained in:
parent
40a9bc5d98
commit
2a7f22c4e3
@ -90,4 +90,4 @@ class Displayer:
|
||||
self._ax.legend()
|
||||
|
||||
if t in frames:
|
||||
self._fig.savefig(prefix + str(t) + "." + ext)
|
||||
self._fig.savefig(prefix + str(t) + "." + ext, transparent=True, bbox_inches='tight')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user