paulvangentcom / heartrate_analysis_python

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

Calling hp.plotter(wd, m) in Jupyter Notebook gives UserWarning #109

Open sakluk opened 1 year ago

sakluk commented 1 year ago

Issue

When calling the hp.plotter() in Jupyter Notebook gives a UserWarning:

.../site-packages/heartpy/visualizeutils.py:119: UserWarning: Matplotlib is currently using module://matplotlib_inline.backend_inline, which is a non-GUI backend, so cannot show the figure. fig.show()

The results output is fine.

Suggestion

The code could be reviewed and tested in Notebook environment to get rid off this warning.

sakluk commented 1 year ago

Sorry, I noticed that I had already opened an issue related this. Please, forget and remove this dublicate.