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

Hello I've found this resampler to be of great use, but for a project within my company they want to plot heatmap on a worldmap. For this I was using...

new feature

**Describe the bug** :crayon: >It appears that updating dash-extensions to `>0.1.4` results in non-working callbacks. **Reproducing the bug** :mag: - update to `dash-extensions>=0.1.4`, and run any-dash app which utilize `dash-extensions`...

bug

What does this PR do: - [x] separate the update of visible traces from the update of invisible traces - [x] add benchmarking code to test this feature

**Describe the bug** :crayon: Updating a plot with the [layout.uirevision](https://community.plotly.com/t/preserving-ui-state-like-zoom-in-dcc-graph-with-uirevision-with-dash/15793) property set resamples to the entire dataset, and not the zoomed view. **Reproducing the bug** :mag: This can be reproduced...

bug

May be a noob question **Setup:** I am using plotly-resampler with dynamic aggregation **Requirement:** I want to see outliers in zoomed out level and want to zoom-in to visualize data...

question

I was excited to hear of `plotly-resampler`, as it seems to address my use-case very well. However, I've been benchmarking this on some plotly figures that use `px.strip` - and...

Hi, here's a MWE to reproduce this issue: Here are the module versions: 1. plotly-resampler==0.8.3.1 2. Flask==2.1.3 3. jupyter-dash==0.4.2 4. Werkzeug==2.1.2 ``` import plotly.graph_objects as go; import numpy as np...

bug

To improve performance I would like to use epoch timestamp in ms as x axis data, but show date in string format. When I use the parameter `type="date"` it breaks...

bug
wontfix

Greetings, I am trying to generate a standalone html file, as plotly does, with the plotly-resampler such that it will dynamically resample based on zoom events. Currently, I get statically...

documentation
duplicate
integration

Thank you for creating this great library. We are using this to plot time-series data of discrete values. In order to avoid having interpolation lines between these discrete values, we...

bug