glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

Linking past a one-on-one connection #346

Closed macrocosme closed 4 years ago

macrocosme commented 4 years ago

Hi,

First of all congratulations on the nice software. My question is: is there a way to link two datasets related through some level of relations (not directly connected). I am trying to link the row of an 2D image to points on a scatter plot. The two figures would be linked via the row number being linked to an index, this index leads to a table index column, and the table is linked to the final table where the scatter plot is computed.

For the moment, I get the following error message:

Screen Shot 2019-07-29 at 8 11 05 PM

My connections are set as follows:

Screen Shot 2019-07-29 at 8 08 56 PM Screen Shot 2019-07-29 at 8 09 01 PM Screen Shot 2019-07-29 at 8 09 04 PM Screen Shot 2019-07-29 at 8 09 09 PM Screen Shot 2019-07-29 at 8 10 38 PM
macrocosme commented 4 years ago

Wrong channel. Question moved to https://github.com/glue-viz/glue/issues/2050