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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

index -9223372036854775808 is out of bounds for axis 0 with size 1024 #2

Open
existeundelta opened this issue Sep 29, 2015 · 4 comments

Comments

@existeundelta
Copy link

Hi! First, congratulations, is an amazing visualisation that I used but in a not so nice/clean way :) 馃憤
do you know also used for analize ECG

http://www.fitlabtech.net/index.html#about
https://en.wikipedia.org/wiki/Poincar%C3%A9_plot

Doing my twitter nick existeundelta I get this error:

index -9223372036854775808 is out of bounds for axis 0 with size 1024

debugging i think is because some nan in sep_array, i try to remove it
seps = seps[~np.isnan(seps)]
but for the moment not solved... may be you know better your code :)

I also had an error with
plt.rc('text',usetex=True)
but i dropped the line (Latex related)

@maxcw
Copy link
Owner

maxcw commented Sep 29, 2015

Thank you for pointing me to the ECG work. I didn't know about that.
If there is a NaN in the sep_array, there is probably a NaN in the times array. I would look there.

@maxcw
Copy link
Owner

maxcw commented Sep 29, 2015

I'm not sure about the latex issue. It could be related to internal settings for matplotlib.

@thadk
Copy link

thadk commented Oct 5, 2015

I also had the Latex problem with the usetex=True parameter on Mac (using Jupyter Notebook). Switching to false maybe doesn't look quite as nice but it works.

@maxcw
Copy link
Owner

maxcw commented Oct 5, 2015

Thanks thadk. I changed it to usetex=False for convenience. If you or anyone else would like to post a cool time map, tweet it with hashtag #time_map_viz

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

No branches or pull requests

3 participants