You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed heartpy, downloaded the Analysing a PPG signal Notebook, and run it in my laptop using Andonda's JupyterLab (ver 3.2.1). When calling the plotter
#set large figure
plt.figure(figsize=(12,4))
#call plotter
hp.plotter(wd, m)
It gave a UserWarning, but showed the figure normally
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()
In addition, the output graph (see below) differed slightly what was shown in the example Notebook:
Setting the figure size before calling the plotter didn't have any effect.
The x-axis scale was in seconds, not in samples as in the example Notebook.
The rolling average was missing (default value has changed?).
The text was updated successfully, but these errors were encountered:
I just installed heartpy, downloaded the Analysing a PPG signal Notebook, and run it in my laptop using Andonda's JupyterLab (ver 3.2.1). When calling the plotter
It gave a UserWarning, but showed the figure normally
In addition, the output graph (see below) differed slightly what was shown in the example Notebook:
The text was updated successfully, but these errors were encountered: