You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the Y values returned from a tap stream are only from one of the Y axes on an overlay plot with multi_y enabled.
Describe the solution you'd like
In such a case, we need a Tap stream to return all Y values. Perhaps as a dict, mapping from the name of each y-dim to the tapped y-coordinate.
Describe alternatives you've considered
Alternative might be to have a multi_y tap callback specify y, y2, ... as input args.. but I think this would get confusing as it's not so clear which axis is primary when just using multi_y=True.
Additional context
Simple example of multi_y only returning one y val on tap:
Is your feature request related to a problem? Please describe.
Currently, the Y values returned from a tap stream are only from one of the Y axes on an overlay plot with multi_y enabled.
Describe the solution you'd like
In such a case, we need a Tap stream to return all Y values. Perhaps as a dict, mapping from the name of each y-dim to the tapped y-coordinate.
Describe alternatives you've considered
Alternative might be to have a multi_y tap callback specify
y, y2, ...
as input args.. but I think this would get confusing as it's not so clear which axis is primary when just usingmulti_y=True
.Additional context
Simple example of multi_y only returning one y val on tap:
Code
GMT20240812-173722_Clip_Multiy_tap.mp4
The text was updated successfully, but these errors were encountered: