Manipulations on selections of linked data

Hi All,
My data is like:

id, x, y, 737, 747, fuel

1, 4, 7, 0, 1, 2.3

2, 8, 3, 1, 0, 4.5

3, 9, 9, 1, 0, 2.4

4, 2, 8, 0, 1, 3.9

5, 2, 1, 0, 1, 4.1

I make a scatter plot based on x and y

Then I want a linked bar chart based on 737, 747 and have the fuel for that selection summed.

So if I select the x=9 and y=9 the bar chart should show the 737 bar only and show a fuel figure of 4.5 + 2.4 = 6.9

Can this be done ? and without the bokeh server ?

Thanks very much !

Arthur

Yes, this should be possible without bokeh server. Can you share what you have so far?

···

On Sat, May 23, 2015 at 7:29 AM, Arthur Dijkstra [email protected] wrote:

Hi All,
My data is like:

id, x, y, 737, 747, fuel

1, 4, 7, 0, 1, 2.3

2, 8, 3, 1, 0, 4.5

3, 9, 9, 1, 0, 2.4

4, 2, 8, 0, 1, 3.9

5, 2, 1, 0, 1, 4.1

I make a scatter plot based on x and y

Then I want a linked bar chart based on 737, 747 and have the fuel for that selection summed.

So if I select the x=9 and y=9 the bar chart should show the 737 bar only and show a fuel figure of 4.5 + 2.4 = 6.9

Can this be done ? and without the bokeh server ?

Thanks very much !

Arthur

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/e83feee9-bf6e-4031-ba85-29ac63f58207%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.