Relative Rotation Graph using Bokeh

I need to make the bokeh version of Relative Rotaion Graph and animate it Here is the Link http://www.stockcharts.com/freecharts/rrg/ How to use Bokeh to achieve this ? Please help

Hi,

That's a cool looking data application. I think it would be great to get that up and running on Bokeh. Your question is extremely broad, so the first step is to try and narrow things down a bit.

I am going to assume you are familiar with the data displayed in the link you gave, and how to generate or obtain it. Is that correct? If not, that's not really a Bokeh question. For instance, I am *not* familiar with those things, at all. So maybe you can provide more background and context for us to be able to help you?

Next, are you familiar with Bokeh at all? If not, the first step is to learn a bit about Bokeh. This will help you ask more narrow and focused questions. A good place to start is this very recent tutorial given at Strata:

  https://youtu.be/vWUPs4fNmKQ

Once you have a basic working knowledge of Bokeh, the next step would be to try and reproduce some static versions of those plots. Some of the pieces you will need for everything are:

* circle markers (http://bokeh.pydata.org/en/latest/docs/gallery/iris.html\)

* maybe Area chart for smaller plot (http://bokeh.pydata.org/en/latest/docs/gallery/area_chart.html\)
* or maybe hand-created patches (http://bokeh.pydata.org/en/latest/docs/gallery/brewer.html\)

* spans (http://bokeh.pydata.org/en/latest/docs/user_guide/annotations.html#spans\)
* labels (http://bokeh.pydata.org/en/latest/docs/user_guide/annotations.html#labels\)

The last parts to work on after getting static plots working are:

* adding the data table
* making it an interactive server app

But my suggestion is to simply start *very* simple, and when you get stuck on a particular, identifiable problem, come ask for help by describing the problem, what *exactly* you tried, and what did/didn't happen.

Thanks,

Bryan

ยทยทยท

On Dec 8, 2016, at 11:51 AM, Gaurav Mishra <[email protected]> wrote:

I need to make the bokeh version of Relative Rotaion Graph and animate it Here is the Link Relative Rotation Graphs | RRG Charts | StockCharts.com How to use Bokeh to achieve this ? Please help

--
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/f68f90d8-7d1b-4ba4-8130-f4f9d5706848%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.