浏览代码

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()

正在加载...
取消
保存