소스 검색

Debug

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

+ 2
- 2
plot_single_transmission_paper.py 파일 보기

@@ -234,8 +234,8 @@ if __name__ == "__main__":

if args.fancy:
legend_frame = False
ax0.set_xlim([0, transmission_df.index[-1]])
ax00.set_xlim([0, serial_df.index[-1]])
ax0.set_xlim([0, 60])
ax00.set_xlim([0, 60])
# added these three lines
lns_ax0 = snd_plot + srtt_plot + goodput_plot
labs_ax0 = [l.get_label() for l in lns_ax0]

Loading…
취소
저장