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

Visualize large time series data with plotly.py

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

I found that once the user zooms and resampling is disabled the line un the frame is ended. It is counter intuitive as in fact there are more dots on...

enhancement

I think this a similar bug to https://github.com/predict-idlab/plotly-resampler/issues/224 When specify marker_angle as a data array, it looks like the data don't get downsampled so the values used are mis-aligned with...

bug

**Describe the bug** :crayon: > The entire POSIX plot disappears when I click on an individual rank to visualize the data. **Reproducing the bug** :mag: ```python import plotly.graph_objects as go...

bug

Plotly allows you to enable ScrollZoom, which I'm unable to do with with `FigureWidgetResampler`. I currently return the `FigureWidgetResampler` object in python notebook as a cell-return and the object doesn't...

The error occurs on FORTRAN-style or structured arrays (where data belonging to one series do not reside in memory continuously) **Reproducing the bug** :mag: ```import plotly.graph_objects as go import numpy...

bug
enhancement
Optimization
dependencies

When using `FigureWidgetResampler` using traces that are not resampled (e.g., Histogram, Bar, etc.), the following action chain resulted in a `TypeError` (because `update_data` is NoUpdate) 1. Zoom in in a...