Linked panning and brushing w/ matplotlib

Is there any way to do linked panning and/or brushing with two matplotlib figures (seaborn, really) and to_bokeh()?

Thanks,
Francois

This is untested, but you might have success with something like:

    # create first mpl/sns plot here
    
    p1 = mpl.to_bokeh()

    # create another mpl/sns plot here

    p2 = mpl.to_bokeh

    p2.x_range = p1.x_range

Bryan

ยทยทยท

On Jan 29, 2016, at 8:20 PM, Francois Dion <[email protected]> wrote:

Is there any way to do linked panning and/or brushing with two matplotlib figures (seaborn, really) and to_bokeh()?

Thanks,
Francois

--
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/ae9d7235-30eb-48bf-a2c9-7c6729ac4d7d%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.