Changed savefig parameters

This commit is contained in:
Andreas Tsouchlos 2022-04-27 15:49:00 +02:00
parent 40a9bc5d98
commit 2a7f22c4e3

View File

@ -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')