Picking points from Python conrol Bode plot
I have a bode plot, and need to pick off the plot the magnitude at a given frequency.
I did implement ginput(), but this does not seem to be the ideal way to do this. I want to do it similar to how it would be done in MATLAB.