Bokeh proof-of-concept efficient dynamic plot update?

Dear Bokeh users,

please could I draw your attention to this Stack Overflow question that needs some Bokeh expertise:

http://stackoverflow.com/questions/39043115/bokeh-proof-of-concept-efficient-dynamic-plot-update

Would be most appreciative of any help!

Many thanks.

GoFaster

Hi,

It would be nearly identical to the existing OHLC demo in the GitHub examples directory. Only instead of calling .stream on the data source every time the callback is run, you would sometimes use .stream (as is there now) and other times use the new .patch method to update the date values for just the last bar. As an example you might add a bar with .stream once for every 20 updates, and the other 19 times use .patch to update the existing last bar.

Thanks,

Bryan

ยทยทยท

On Aug 20, 2016, at 4:07 AM, GoFaster <[email protected]> wrote:

Dear Bokeh users,

        please could I draw your attention to this Stack Overflow question that needs some Bokeh expertise:

http://stackoverflow.com/questions/39043115/bokeh-proof-of-concept-efficient-dynamic-plot-update

Would be most appreciative of any help!

Many thanks.

GoFaster

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/5d219d8b-1ebb-47cb-8107-d454e33cfbaf%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.