Skip to content

Commit 3826dd7

Browse files
committed
🙈 uncomment accidental comment + formatting
1 parent 5286426 commit 3826dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly_resampler/figure_resampler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def check_update_figure_dict(
293293
xaxis_filter_short = "x" + xaxis_filter.lstrip("xaxis")
294294

295295
if updated_trace_indices is None:
296-
updated_trace_indices = []
296+
updated_trace_indices = []
297297

298298
for idx, trace in enumerate(figure["data"]):
299299
# We skip when the trace-idx already has been updated.
@@ -516,7 +516,7 @@ def add_trace(
516516
if isinstance(hf_y, pd.Series)
517517
else hf_y
518518
)
519-
# hf_y = np.asarray(hf_y)
519+
hf_y = np.asarray(hf_y)
520520

521521
# Note: "hovertext" takes precedence over "text"
522522
hf_hovertext = (

0 commit comments

Comments
 (0)