Skip to content

Commit e4350fa

Browse files
committed
fix a printing line
1 parent 7b8393c commit e4350fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/arma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ for i, ϕ in enumerate((0.8, -0.8)):
479479
ax = axes[i]
480480
sd = ar1_sd(ϕ, ωs)
481481
ax.plot(ωs, sd, 'b-', alpha=0.6, lw=2,
482-
label='spectral density, $\phi = {ϕ:.2}$')
482+
label=f'spectral density, $\phi = {ϕ:.2}$')
483483
ax.legend(loc='upper center')
484484
ax.set(xlabel='frequency', xlim=(0, np.pi))
485485
plt.show()

0 commit comments

Comments
 (0)