Skip to content

Commit fea51c0

Browse files
committed
Don't used deprecated Plot keyword in secord-matlab.py example
1 parent f63323c commit fea51c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/secord-matlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Bode plot for the system
2626
plt.figure(2)
27-
mag, phase, om = bode(sys, logspace(-2, 2), Plot=True)
27+
mag, phase, om = bode(sys, logspace(-2, 2), plot=True)
2828
plt.show(block=False)
2929

3030
# Nyquist plot for the system

0 commit comments

Comments
 (0)