浏览代码

Valuefixes

master
langspielplatte 2 年前
父节点
当前提交
e4fc32a1a2
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      plot_single_transmission_paper.py

+ 2
- 3
plot_single_transmission_paper.py 查看文件

@@ -180,8 +180,7 @@ if __name__ == "__main__":
fig.suptitle("{} with {}".format(transmission_direction, cc_algo))
ax0 = ax[0]
ax1 = ax0.twinx()
#ax2 = ax0.twinx()
ax2 = ax[1]
ax2 = ax0.twinx()
# ax2.spines.right.set_position(("axes", 1.22))

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

正在加载...
取消
保存