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
Describe the bug ποΈ
When using register_plotly_resampler, hover data specified through hover_data argument to px.scatter sometimes shows up with incorrect values when hovering over a point with the mouse. The correct value is displayed when not using register_plotly_resampler.
Thank you for submitting this bug, I will look into this somewhere later this week and come back to you!
p.s: The aggregators that plotly-resampler employs are designed for selecting datapoints from consecutive/sequential/temporal data (which often boils down to selecting vertical extrema as can be seen in your resampled plot!). For x vs. y scatters, there may be other dimensionality reduction techniques that may be more suitable.
Describe the bug ποΈ
When using
register_plotly_resampler
, hover data specified throughhover_data
argument topx.scatter
sometimes shows up with incorrect values when hovering over a point with the mouse. The correct value is displayed when not usingregister_plotly_resampler
.Reproducing the bug π
Printing the highlighted point in the screenshots:
Expected behavior π§
I expect the hover data to be correct for the displayed resampled point.
Screenshots πΈ
Without resampler - shows correct hover data
With resampler - shows incorrect hover data
Environment information:
The text was updated successfully, but these errors were encountered: