소스 검색

Background color for cell id.

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

+ 1
- 0
plot_transmission_timeline.py 파일 보기

@@ -214,6 +214,7 @@ if __name__ == "__main__":
host.plot(transmission_df["goodput_rolling"], "-", color="blue", label="goodput")
host.set_xlabel("datetime")
host.set_ylabel("goodput [Mbps]")
host.set_ylim([0, 500])

# additional y axes
par11 = host.twinx()

Loading…
취소
저장