Преглед изворни кода

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 Прегледај датотеку



scaley = 1.5 scaley = 1.5
scalex = 1.0 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() ax1 = ax0.twinx()
ax2 = ax0.twinx() ax2 = ax0.twinx()


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


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

Loading…
Откажи
Сачувај