Bokeh update duration in Python

I am using Bokeh Api for plotting interactive plots in python.

For interactivity I use update function which updates the plot but this is happening instantly.

What I need is to update the plot with animation (the duration of change to be optional).

This kind of option is offered by bqplot in jupyter for example but is there any similar attribute in Bokeh?

Thank you in advance.

Hi,

Scripted animations is still an open feature request:

  https://github.com/bokeh/bokeh/issues/128

The only way to "animate" things at present is to explicitly update the underlying data, e.g. a loop that changes the coordinate data for a glyph

Thanks,

Bryan

ยทยทยท

On Jul 15, 2017, at 04:42, [email protected] wrote:

I am using Bokeh Api for plotting interactive plots in python.

For interactivity I use update function which updates the plot but this is happening instantly.

What I need is to update the plot with animation (the duration of change to be optional).

This kind of option is offered by bqplot in jupyter for example but is there any similar attribute in Bokeh?

Thank you in advance.

--
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/6b8e7650-7a89-4d1b-ab73-f41fc1e723a8%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.