paulvangentcom / heartrate_analysis_python

Python Heart Rate Analysis Package, for both PPG and ECG signals
MIT License
930 stars 321 forks source link

hp.plotter crashes #96

Open Chenshenfei opened 2 years ago

Chenshenfei commented 2 years ago

Why when I use hp.plotter to plot in pycharm, the plot box flashes back, and so does hp.plot_poincare.

DingDingZhao commented 2 years ago

Hi, I have a very similar issue, and then I switched to Jupyter and the hp.plotter seems working but there is a warning like "UserWarning: Matplotlib is currently using module://ipykernel.pylab.backend_inline, which is a non-GUI backend, so cannot show the figure." but the figure still shows

Chenshenfei commented 2 years ago

Yes, my problems with Jupyter are the same as yours. I ran it on Pycharm and needed to add a line "plt.show()" to the end of the program.

paulvangentcom commented 1 year ago

I will install PyCharm and have a look over the weekend, strange.