소스 검색

Adds script to plot the usage of bandwidth.

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

+ 1
- 1
plot_stacked_bandwidth.py 파일 보기

@@ -56,6 +56,6 @@ if __name__ == "__main__":
L.get_texts()[5].set_text("4G SCC 4")

if args.save:
plt.savefig("{}-used_bandwidth".format(args.save))
plt.savefig("{}-used_bandwidth.pdf".format(args.save))
else:
plt.show()

Loading…
취소
저장