We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Plot
1 parent f63323c commit fea51c0Copy full SHA for fea51c0
1 file changed
examples/secord-matlab.py
@@ -24,7 +24,7 @@
24
25
# Bode plot for the system
26
plt.figure(2)
27
-mag, phase, om = bode(sys, logspace(-2, 2), Plot=True)
+mag, phase, om = bode(sys, logspace(-2, 2), plot=True)
28
plt.show(block=False)
29
30
# Nyquist plot for the system
0 commit comments