alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Created function called setup_bode_plot to remove clone code #239

Closed MrMikeWolf closed 8 years ago

alchemyst commented 8 years ago

I think we can do a little bit better on this refactor. I'd like to see the function do everything that can be done once only once (like for instance setting the grid). I think the way this can be done is to have the loop inside the function.