소스 검색

Removes fontsize scaling

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

+ 1
- 1
plot_single_transmission_EM9190.py 파일 보기

@@ -319,7 +319,7 @@ if __name__ == "__main__":
# added these three lines
lns_ax0 = snd_plot + srtt_plot + goodput_plot
labs_ax0 = [l.get_label() for l in lns_ax0]
ax2.legend(lns_ax0, labs_ax0, ncols=9, fontsize=9, loc="upper left", frameon=legend_frame)
ax2.legend(lns_ax0, labs_ax0, ncols=9, fontsize=9, loc="upper right", frameon=legend_frame)
#ax0.set_zorder(100)

lns_ax00 = eff_bw_plot + lte_eff_bw_plot + nr_eff_bw_plot + lte_rsrq_plot + nr_rsrq_plot

Loading…
취소
저장