minor: nice continuous angles

This commit is contained in:
Valentin Boettcher 2024-05-27 13:06:45 -04:00
parent b0c77dab5a
commit c3dfd64bb0
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
hiro@Phillips.176003:1716495937

View file

@ -45,8 +45,8 @@ def plot_simulation_result(
ax2.legend()
ax3.plot(
freq,
np.angle(fft),
freq[:-1],
np.cumsum(np.angle(fft[1:] / fft[:-1])),
linestyle="--",
color="C2",
alpha=0.5,