Layout like flexgrid

Hi,

I try to layout three plots like this:

and they should strech responsive keeping their ratio like this:

I tried by inserting a column in a grid with 2 columns but then the tools are not common.

Any help is welcome.

Many thanks!

Ghislardo

Can you make it work without the toolbar?

I would think something like:

Make all your plots with toolbar_location=None for now.

from bokeh.layouts import row, column

col_1 = column(children=[s1], sizing_mode='stretch_width')
col_2 = column(children=[s2, s3], sizing_mode='stretch_width')
row(children=[col_1, col_2], sizing_mode='stretch_width')

If all that works, then we can talk about the tools.

···

On 7/20/16 4:36 AM,
wrote:

[email protected]

Hi,

I try to layout three plots like this:

      and they should strech responsive keeping their ratio like

this:

      I

tried by inserting a column in a grid with 2 columns but then
the tools are not common.

      Any

help is welcome.

      Many

thanks!

Ghislardo

  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/f9740ed0-7741-4fe3-95f2-092525772a61%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/f9740ed0-7741-4fe3-95f2-092525772a61%40continuum.io?utm_medium=email&utm_source=footer).

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


Sarah Bird
Developer, Bokeh

    [
      ![Continuum Analytics](http://docs.continuum.io/_static/img/ContinuumWordmark.png)
    ](http://continuum.io)