We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024d790 commit e16fbf5Copy full SHA for e16fbf5
plotly_resampler/aggregation/plotly_aggregator_parser.py
@@ -190,7 +190,7 @@ def aggregate(
190
agg_x = (
191
start_idx
192
+ hf_trace_data["x"].start
193
- + indices.astype(hf_trace_data['x'].dtype) * hf_trace_data["x"].step
+ + indices.astype(hf_trace_data["x"].dtype) * hf_trace_data["x"].step
194
)
195
else:
196
agg_x = hf_x[indices]
0 commit comments