Skip to content
Discussion options

You must be logged in to vote

The python-control plot on the left is rescaling portions of the Nyquist plot using the default scaling values, as described in the documentation. The dotted and dash-dotted sections of the curve are the parts that are scaled. This accounts for the difference between what is in the textbook and also the difference with the plot on the right.

If you want to turn off the scaling, use

ct.nyquist_plot([F_sys],  max_curve_magnitude=np.inf)
plt.axis('equal')

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@murrayrm
Comment options

Answer selected by oneEclipseUser1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants