-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
discussionopen discussion about some functionalityopen discussion about some functionalitydocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Why are points missing?
From the watching the gif linked from your research paper, I thought that it would resample once again when I zoom in.
Code for the data
from plotly_resampler import FigureResampler
x = np.arange(10_000)
noisy_sin = (3 + np.sin(x / 200) + np.random.randn(len(x)) / 10) * x / 1_000
Before Zooming
Not Resampled
Resampled
After Zooming
Not Resampled
Resampled
Metadata
Metadata
Assignees
Labels
discussionopen discussion about some functionalityopen discussion about some functionalitydocumentationImprovements or additions to documentationImprovements or additions to documentation