Two animated plots at the same time

Hi all,

Is it possible to plot 2 animated plots at the same time?

I am using Bokeh to visualize streaming data from twitter. I need to have multiple charts for this, that too animated because it is real time. Is it possible to have 2 or more animated charts to be run on the same program. Is there any example that can shed some light for me.

Thanks,

Yedurag

Certainly is posible, you can see the spectogram example to see multiple animated charts working: https://github.com/bokeh/bokeh/blob/0.7.0/examples/embed/spectrogram/spectrogram.py

Cheers.

Damian

ยทยทยท

On Wednesday, October 8, 2014 2:58:19 AM UTC-3, YEDURAG BABU wrote:

Hi all,

Is it possible to plot 2 animated plots at the same time?

I am using Bokeh to visualize streaming data from twitter. I need to have multiple charts for this, that too animated because it is real time. Is it possible to have 2 or more animated charts to be run on the same program. Is there any example that can shed some light for me.

Thanks,

Yedurag