The graphical output of the received data looks better now.
This commit is contained in:
parent
25114f4350
commit
e98520237d
1 changed files with 4 additions and 2 deletions
|
@ -604,9 +604,11 @@ if __name__ == "__main__":
|
|||
la1, = axarr[2].plot(meas_freq, meas_a1, label='a1')
|
||||
|
||||
axarr[0].legend(handles=[lv])
|
||||
axarr[0].scatter(meas_freq, meas_ratio, 1)
|
||||
#axarr[0].scatter(meas_freq, meas_ratio, 1)
|
||||
axarr[0].set_ylim([0, 5])
|
||||
axarr[1].legend(handles=[lr])
|
||||
axarr[1].scatter(meas_freq, meas_r, 1)
|
||||
#axarr[1].scatter(meas_freq, meas_r, 1)
|
||||
axarr[1].set_ylim([20, 150])
|
||||
axarr[2].legend(handles=[la0, la1])
|
||||
axarr[2].set_ylim([0, 1024])
|
||||
|
||||
|
|
Loading…
Reference in a new issue