engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Move towards `visu` Submodule #56

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

Many visualization functions can be grouped into the visu submodule, which, in itself should be structured to have submodules (I think bode should move there, eventually). A few of the functions that should be moved there include:

engineerjoe440 commented 2 years ago

Probably best to leave the bode plotting tools in "bode" for now, but the others should definitely move. I'll get on it!