瀏覽代碼

Plot pcid and scid.

master
Lukas Prause 2 年之前
父節點
當前提交
7d2d047903
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      plot_single_transmission.py

+ 2
- 2
plot_single_transmission.py 查看文件

@@ -95,11 +95,11 @@ if __name__ == "__main__":

scaley = 1.5
scalex = 1.0
ax0 = plt.subplots(211, figsize=[6.4 * scaley, 4.8 * scalex])
fig, ax0 = plt.subplots(211, figsize=[6.4 * scaley, 4.8 * scalex])
ax1 = ax0.twinx()
ax2 = ax0.twinx()

ax00 = plt.subplots(212)
fig, ax00 = plt.subplots(212)
ax01 = ax00.twinx()

plt.title("{} with {}".format(transmission_direction, cc_algo))

Loading…
取消
儲存