Giter VIP home page Giter VIP logo

time-maps's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

time-maps's Issues

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

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)

twython.exceptions.TwythonAuthError: Unable to obtain OAuth 2 access token.

I meet a question.

I get this error message:
twython.exceptions.TwythonAuthError: Unable to obtain OAuth 2 access token.

I paste the credentials into the function of "my_secrets()".

My code is:

`def my_secrets(): # store your twitter codes
d={}
d['APP_KEY'] = "CGlSUYxxxx"
d['APP_SECRET'] = "szRQH2xxxx"
d['my_access_token_key'] = "287224990-xxxx"
d['my_access_token_secret'] = "qzexFFxxxxx"
return d`

p.s.
What's wrong with my code?
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.