Skip to content

Missing points #99

@AhmedThahir

Description

@AhmedThahir

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

image

Resampled

image

After Zooming

Not Resampled

image

Resampled

image

Metadata

Metadata

Assignees

Labels

discussionopen discussion about some functionalitydocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions