miguelmoreto / pycomtrade

pyComtrade is a python module that provides you a transparent way for reading and writing oscillographic files in Comtrade format
http://pypi.python.org/pypi/pyComtrade
GNU General Public License v3.0
31 stars 30 forks source link

Pylab not found #17

Open startergo opened 4 years ago

startergo commented 4 years ago

pycomtrade-master\pycomtrade-master\examples\example1.py", line 33, in import pylab ModuleNotFoundError: No module named 'pylab'

miguelmoreto commented 4 years ago

Hello @startergo , thanks for pointing out this issue. I think that matplotlib has changed the way to import this module in the latest versions, thus, the example code is, probably, outdated. I will change this for the next version. Meanwhile, if you want, you can fork the repository and submit a pull request with the corrected example.