plotly-resampler icon indicating copy to clipboard operation
plotly-resampler copied to clipboard

Visualize large time series data with plotly.py

Results 79 plotly-resampler issues
Sort by recently updated
recently updated
newest added

Hi there, I use time series data with inequdistant time steps. With default settings, I got some line gaps when zooming. I followed the advice [here](https://github.com/predict-idlab/plotly-resampler/discussions/299) and it helped me....

### Bug Description :crayon: In a `FigureResampler`, if the x range of a subplot is set and if the number of points in the subplot exceeds `default_n_shown_samples`, then clicking **Reset...

bug

Currently due to https://github.com/predict-idlab/plotly-resampler/blob/main/pyproject.toml#L39 any dependency resolution will fix plotly at 5. It'd be nice if the next release supported plotly 6 (it might just work out of the box,...

Related issues / PRs - #308 - #307

Hi Team, We have just come across your library as we are having some major performance issues with plotly and need to resample, however the graphing that we are doing...

I was wondering if it would be possible to support Plotly resampler within a Marimo notebook?

**Describe the bug** :crayon: When a `go.Scattergl` is created with an additional `xaxis` an exception is created and no dynamic updates occur. Looks similar to #322, where the `self._grid_ref` and...

bug

**Describe the bug** :crayon: I believe this is similar to #242, which should be fixed. However I am using the latest plotly-resampler version installed by pip (0.10.0) and still experiencing...

bug

**Describe the bug** :crayon: The `plotly-resampler` in the Flask backend does not resample data as expected when zoom events are triggered in the React frontend. Despite adding an API endpoint...

bug