We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3066b15 commit 5c697deCopy full SHA for 5c697de
piker/ui/view_mode.py
@@ -668,16 +668,18 @@ def overlay_viewlists(
668
f'yref@xref_pin: {yref}\n'
669
)
670
671
- mx_scalars = mx_viz.scalars_from_index(xref)
672
- if mx_scalars is None:
673
- continue
+ # if we need to handle not-in-view cases?
+ # mx_scalars = mx_viz.scalars_from_index(xref)
+ # if mx_scalars is None:
674
+ # continue
675
676
(
677
i_start,
678
y_ref_major,
679
r_up_from_major_at_xref,
680
r_down_from_major_at_xref,
- ) = mx_scalars
681
+ ) = mx_viz.scalars_from_index(xref)
682
+ # ) = mx_scalars
683
684
if debug_print:
685
print(
0 commit comments