- Notifications
You must be signed in to change notification settings - Fork441
Closed
Description
There is something wrong with the figure that is being plotted inexamples/pvtol-nested-ss.py
, Figure 6. This should be a Bode plot of the loop transfer function with some lines for the unity gain and 180 degree phase. But what comes out is just the gain and phase lines (no Bode plot). This doesn't seem to be due to any recent changes, so must be something that broke a while ago. Probably having to do with the way that "hold" and re-using axes works.
Also: it seems to be OK in 'examples/pvtol-nested.py', so should be something easy to track down and fix.