Skip to content

How do I create empty chart and update with realtime data #443

Answered by highfestiva
armeya25 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two examples included which updates in real time. One uses http calls to fetch new data, and stalls the whole plot during that time (bfx.py), and the other uses websockets and is a bit more involved (complicated.py). finplot is for plotting, not for fetching data, so you'll have to build that part yourself. Best is perhaps to use complicated.py and strip away code you don't need and you'll end up with a few lines that you can modify to suit your needs.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@armeya25
Comment options

@highfestiva
Comment options

@armeya25
Comment options

@highfestiva
Comment options

@armeya25
Comment options

Answer selected by armeya25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants