pycomtrade icon indicating copy to clipboard operation
pycomtrade copied to clipboard

Pylab not found

Open startergo opened this issue 5 years ago • 1 comments

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

startergo avatar Apr 10 '20 13:04 startergo

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.

miguelmoreto avatar Apr 15 '20 19:04 miguelmoreto