| @@ -256,6 +256,7 @@ if __name__ == "__main__": | |||
| #ax00.set_zorder(100) | |||
| 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: | |||
| fig.legend(loc="lower right") | |||
| plt.savefig("{}{}_plot.pdf".format(args.save, csv.replace(".csv", "")), bbox_inches="tight") | |||