Styling polts

This commit is contained in:
Lukas Prause
2023-07-06 15:25:27 +02:00
parent 8168c46925
commit 4c33e4872e

View File

@@ -305,7 +305,7 @@ if __name__ == "__main__":
fig.legend(loc="lower right")
plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")))
plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")), bbox_inches="tight")
# except Exception as e:
# print("Error processing file: {}".format(csv))
# print(str(e))