Replies: 2 comments 1 reply
-
Hi, Did you set up your interactive terminal to plot Matplotlib figures? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi all, import matplotlib.pyplot as plt sys = tf([1000], [1,25,100,0]) plt.show() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm trying python control, starting with the examples.
With this simple example:
from control.matlab import *
sys = tf([1000], [1,25,100,0])
sisotool(sys)
Located at https://python-control.readthedocs.io/en/latest/generated/control.sisotool.html
What I understand is that it should generate a plot, but when I run the code from a python terminal nothing happens.
Running it from Anaconda spyder it generates a figure plot, what I think it is the correct behavior.
It wouldn't generate a figure when running in a terminal? (I'm using windows)
Regards
Ricardo
Beta Was this translation helpful? Give feedback.
All reactions