QOL improvements for plotting#434
Conversation
Codecov Report
@@ Coverage Diff @@
## master #434 +/- ##
==========================================
- Coverage 82.88% 82.70% -0.19%
==========================================
Files 31 31
Lines 2857 2873 +16
==========================================
+ Hits 2368 2376 +8
- Misses 489 497 +8
Continue to review full report at Codecov.
|
|
@JuliaControlBot test-plots |
|
This is an automated message.
|
|
Anyone have anything against the cosmetic changes to |
|
Definitely improvements Some thoughts:
I would vote for not plotting the circle around the origin as default. It is useful if you would like to eyeball the phase margin, but as one in most circumstances "should" be considering the maximum sensitivity, it is a distraction most of the time. |
|
@JuliaControlBot test-plots |
|
This is an automated message.
|
|
New default Ms=1.5, with option to supply a vector of values. Value appears on hover in plotly, couldn't get annotations to work properly. T gain circle removed. I just noticed that the circles are not plotted in all panes, will get to that.. |
|
@JuliaControlBot test-plots |
|
This is an automated message.
|
|
Great! I realize now that the critical point isn't indicated, a nicely sized red cross would be nice. There seems to be some inconsistencies in the plot test? Titles and circles. It feels a little bit weird with Nyquist plots like these for MIMO systems. The MIMO Nyquist criterion is a different thing. But perhaps this could occasionally be useful (not that the MIMO nyquist criterion is overly useful either). |
|
@JuliaControlBot test-plots |
|
This is an automated message.
|


















This PR implements some minor fixes to make plotting nicer. In particular, the weird gain circles in
nyquistare replaced for a circle indicatingMs = 2(default, but can be changed by kwarg).