Added markers to reflection plot
This commit is contained in:
parent
255532ced2
commit
32596da600
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ fig.tight_layout()
|
|||
|
||||
fig_r, ax_r = plt.subplots()
|
||||
|
||||
ax_r.plot(1 / phi_eta[0, 1:], R[1:])
|
||||
ax_r.set(xlim=(1,30), ylim=(0, 1), xlabel="t (s)", ylabel="R")
|
||||
ax_r.plot(1 / phi_eta[0, 1:], R[1:], marker="+", lw=1)
|
||||
ax_r.set(xlim=(1, 30), ylim=(0, 1), xlabel="t (s)", ylabel="R")
|
||||
ax_r.grid()
|
||||
|
||||
fig_x, ax_x = plt.subplots()
|
||||
|
|
Loading…
Reference in a new issue