Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot method of RRi class is not working properly in Jupyter notebook #21

Open
rhenanbartels opened this issue Jul 15, 2020 · 3 comments

Comments

@rhenanbartels
Copy link
Owner

Probably because of plt.show() the plot method of RRi the following snippet won't work properly in a Jupyter notebook:

  fig, ax = rri_1.plot()
  rri_2.plot(ax=ax)
@keitaro2
Copy link

HI, I'm Japanese student.
I have a question.
I really want to use hrv for my studying in a college.
and I followed Basic Usage.
but I couldn't make it...
there is error which says "No module named 'spectrum'"
if you answer me, I really appreciate it.
could you please help me?

@rhenanbartels
Copy link
Owner Author

Hi @keitaro2, how are you?

the spectrum is dependency lib from hrv. I would expect that all dependencies were installed with the command pip install hrv.

What happens if you execute pip install spectrum>=0.7.3 in your virtual environment or computer?

Let me know If you succeeded.

Cheers,

Rhenan

@keitaro2
Copy link

keitaro2 commented Oct 26, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants