We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229f74f commit 1f05e52Copy full SHA for 1f05e52
control/freqplot.py
@@ -1531,10 +1531,10 @@ def nyquist_plot(
1531
If 'True', displays the unit circle, to read gain crossover frequency.
1532
1533
mt_circles : array_like, optional
1534
- draws circles corresponding to the given magnitudes of sensitivity
+ Draws circles corresponding to the given magnitudes of sensitivity.
1535
1536
ms_circles : array_like, optional
1537
- draws circles corresponding to the given magnitudes in complementary sensitivity
+ Draws circles corresponding to the given magnitudes in complementary sensitivity.
1538
1539
**kwargs : :func:`matplotlib.pyplot.plot` keyword properties, optional
1540
Additional keywords (passed to `matplotlib`)
0 commit comments