소스 검색

Debug

master
Lukas Prause 2 년 전
부모
커밋
0785c1e4e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      plot_single_transmission_paper.py

+ 1
- 0
plot_single_transmission_paper.py 파일 보기



#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")

Loading…
취소
저장