This commit is contained in:
Lukas Prause
2023-07-13 12:37:46 +02:00
parent a9f9c42ab1
commit 0785c1e4e6

View File

@@ -256,6 +256,7 @@ if __name__ == "__main__":
#ax00.set_zorder(100) #ax00.set_zorder(100)
plt.savefig("{}{}_plot.eps".format(args.save, csv.replace(".csv", "")), bbox_inches="tight") plt.savefig("{}{}_plot.eps".format(args.save, csv.replace(".csv", "")), bbox_inches="tight")
serial_df.to_csv("{}{}_plot.csv".format(args.save, csv.replace(".csv", "")))
else: else:
fig.legend(loc="lower right") fig.legend(loc="lower right")
plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")), bbox_inches="tight") plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")), bbox_inches="tight")