plotly-resampler
plotly-resampler copied to clipboard
Visualize large time series data with plotly.py
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...
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...
**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...
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...
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...
**Describe the bug** :crayon: >A clear and concise description of what the bug is. There is special handling to correctly downsample `hovertext`, `marker_size`, and `marker_color`. But we do not downsample...
Hi guys amazing product first of all! After reading through the examples and local tries it seems like resampler would only work iff the resampling figure obj is _cached on...
[BUG]
**Describe the bug** :crayon: >I got an error where it says that from dash._jupyter import JupyterDash, _jupyter_config, make_server, retry ImportError: cannot import name 'retry' from 'dash._jupyter' **Reproducing the bug** :mag:...