Tap select multiple objects

Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the “family” my object of interest belongs to.

Multiple objects can be selected with a tap tool on desktop systems by holding "shift" while clicking. There's not a way to perform multiple selections on mobile/touch devices AFAIK. If anyone has any suggestions for an appropriate interaction for that, it would be welcome.

Bryan

···

On Jul 30, 2016, at 12:36 PM, [email protected] wrote:

Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the "family" my object of interest belongs to.

--
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/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks, however that is not quite what i meant:
I would like objects that share a variable to be selected together any time one of them is tapped. For example, I work with time series. If I put together time series for many objects, each with sparse sampling, I would like tapping on a datapoint to isolate (highlight) all datapoints that belong to that same object.

Here is an example of a plot to which I would like to add this feature: the object labels is already in the data dictionary (when hovering that is the “ID”) and the each object is plotted in a different color.

The feature I am looking for is something that when tapping on the datapoint at 272.3, -3.97, for example, woudl highlight all datapoints that have ID 11bm

Thank you!

federica

···

On Thursday, August 4, 2016 at 2:09:45 PM UTC-4, Bryan Van de ven wrote:

Multiple objects can be selected with a tap tool on desktop systems by holding “shift” while clicking. There’s not a way to perform multiple selections on mobile/touch devices AFAIK. If anyone has any suggestions for an appropriate interaction for that, it would be welcome.

Bryan

On Jul 30, 2016, at 12:36 PM, [email protected] wrote:

Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the “family” my object of interest belongs to.


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/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.io.

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

and in my earlier reply i did not give you the link http://cosmo.nyu.edu/~fb55/bianco16/UberTemplate_B.html

···

On Thursday, August 4, 2016 at 2:09:45 PM UTC-4, Bryan Van de ven wrote:

Multiple objects can be selected with a tap tool on desktop systems by holding “shift” while clicking. There’s not a way to perform multiple selections on mobile/touch devices AFAIK. If anyone has any suggestions for an appropriate interaction for that, it would be welcome.

Bryan

On Jul 30, 2016, at 12:36 PM, [email protected] wrote:

Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the “family” my object of interest belongs to.


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/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.io.

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

That will require a CustomJS callback:

  http://bokeh.pydata.org/en/latest/docs/user_guide/interaction/callbacks.html#customjs-for-selections

Bryan

···

On Aug 4, 2016, at 3:04 PM, [email protected] wrote:

and in my earlier reply i did not give you the link http://cosmo.nyu.edu/~fb55/bianco16/UberTemplate_B.html

On Thursday, August 4, 2016 at 2:09:45 PM UTC-4, Bryan Van de ven wrote:
Multiple objects can be selected with a tap tool on desktop systems by holding "shift" while clicking. There's not a way to perform multiple selections on mobile/touch devices AFAIK. If anyone has any suggestions for an appropriate interaction for that, it would be welcome.

Bryan

> On Jul 30, 2016, at 12:36 PM, fed...@gmail.com wrote:
>
> Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the "family" my object of interest belongs to.
>
> --
> 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 bokeh+un...@continuum.io.
> To post to this group, send email to bo...@continuum.io.
> To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.io\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/109c7b5a-72bd-4117-9958-86415655df9c%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks for sharing the demo.

          Bryan is correct you'll

need a CustomJ S.
I ma ybe working on a
demo of a very
similar problem
shortly and will certainly post if I have
something to share.

Sincerely,

Sarah Bird

···

On 8/4/16 1:06 PM, Bryan Van de Ven
wrote:




That will require a CustomJS callback:
Bryan

On Aug 4, 2016, at 3:04 PM, wrote:
and in my earlier reply i did not give you the link On Thursday, August 4, 2016 at 2:09:45 PM UTC-4, Bryan Van de ven wrote:
Multiple objects can be selected with a tap tool on desktop systems by holding "shift" while clicking. There's not a way to perform multiple selections on mobile/touch devices AFAIK. If anyone has any suggestions for an appropriate interaction for that, it would be welcome. Bryan

On Jul 30, 2016, at 12:36 PM, wrote: Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the "family" my object of interest belongs to. -- 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 . To post to this group, send email to . To view this discussion on the web visit . For more options, visit .
-- 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 .
To post to this group, send email to .
To view this discussion on the web visit .
For more options, visit .


Sarah Bird
Developer, Bokeh

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

http://bokeh.pydata.org/en/latest/docs/user_guide/interaction/callbacks.html#customjs-for-selections[email protected]http://cosmo.nyu.edu/~fb55/bianco16/UberTemplate_B.htmlfed…@gmail.combokeh+un…@continuum.iobo@continuum.iohttps://groups.google.com/a/continuum.io/d/msgid/bokeh/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.iohttps://groups.google.com/a/continuum.io/d/optout[email protected]@continuum.iohttps://groups.google.com/a/continuum.io/d/msgid/bokeh/109c7b5a-72bd-4117-9958-86415655df9c%40continuum.iohttps://groups.google.com/a/continuum.io/d/optout

thank you both! I was unable to get the highlight to happen in the main panel: i have to figure out how to overwrite the default tap behavior. but it is easy to get a CustomJS coall that to replots the data, in a different panel, with an individual object highlighted (http://cosmo.nyu.edu/~fb55/bianco16/UberTemplate_V.html a bit annoying that it only works if a single datapoint is highligted by the hover/tap move, for obvious reasons though).

···

On Fri, Aug 5, 2016 at 8:51 AM, Sarah Bird - Continuum [email protected] wrote:

Thanks for sharing the demo.

          Bryan is correct you'll

need a CustomJ S.
I ma ybe working on a
demo of a very
similar problem
shortly and will certainly post if I have
something to share.

Sincerely,

Sarah Bird

  On 8/4/16 1:06 PM, Bryan Van de Ven

wrote:


	That will require a CustomJS callback:
[http://bokeh.pydata.org/en/latest/docs/user_guide/interaction/callbacks.html#customjs-for-selections](http://bokeh.pydata.org/en/latest/docs/user_guide/interaction/callbacks.html#customjs-for-selections)

Bryan
On Aug 4, 2016, at 3:04 PM, [email protected] wrote:
and in my earlier reply i did not give you the link [http://cosmo.nyu.edu/~fb55/bianco16/UberTemplate_B.html](http://cosmo.nyu.edu/~fb55/bianco16/UberTemplate_B.html)

On Thursday, August 4, 2016 at 2:09:45 PM UTC-4, Bryan Van de ven wrote:
Multiple objects can be selected with a tap tool on desktop systems by holding "shift" while clicking. There's not a way to perform multiple selections on mobile/touch devices AFAIK. If anyone has any suggestions for an appropriate interaction for that, it would be welcome. Bryan
On Jul 30, 2016, at 12:36 PM, [email protected] wrote: Is there a way to select multiple objects that share a property in the source dictionary through the tap tools? I am able to select a single object in a plot, and the same object in multiple opanels, which is really nice, But I would like to visually isolate the "family" my object of interest belongs to. -- 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/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/ae1e6514-8dfe-4aa2-8d8b-dc19ebe89d61%40continuum.io). For more options, visit [https://groups.google.com/a/continuum.io/d/optout](https://groups.google.com/a/continuum.io/d/optout).
-- 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/109c7b5a-72bd-4117-9958-86415655df9c%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/109c7b5a-72bd-4117-9958-86415655df9c%40continuum.io).
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)

You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/eeQcVHcjjpY/unsubscribe.

To unsubscribe from this group and all its topics, 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/24a3db8a-504a-2dea-abbf-e27a95b53b09%40continuum.io.

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

NYU-Center for Cosmology & Particle Physics


dr. federica bianco
NYU-Center for Urban Science & Progress

New York, NY

http://cosmo.nyu.edu/~fb55/


//\
//||\ Please consider the environment before printing this e-mail

email checking schedule:

9-5 on the hour. otherwise sporadically.