kbknudsen / PyEIS

PyEIS: A Python-based Electrochemical Impedance Spectroscopy simulator and analyzer
Apache License 2.0
177 stars 61 forks source link

Print or show plots #13

Open M4rtinB opened 3 years ago

M4rtinB commented 3 years ago

In pycharm (vers. 2021.1.2) all works fine, but nothing is plotted. as soon as I go into PyEIS.py and put at the end of the functions witch plot something like EIS_sim at line 5128 fig.show() the problem is solved and the plots are now visible. This needs to be done in every function witch plots something.