Skip to content

Commit fb25a39

Browse files
committed
🖊️ review code
1 parent 61ec015 commit fb25a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly_resampler/figure_resampler/figure_resampler_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ def _check_update_figure_dict(
398398
if xaxis_filter is not None:
399399
# the x-anchor of the trace is stored in the layout data
400400
if trace.get("yaxis") is None:
401-
# no yaxis -> we make the assumption that yaxis = xaxis_filter_short
402-
# TODO -> why did we make this assumption
401+
# TODO In versions up until v0.8.2 we made the assumption that yaxis
402+
# = xaxis_filter_short. -> Why did we make this assumption?
403403
y_axis = "y" # + xaxis_filter[1:]
404404
else:
405405
y_axis = "yaxis" + trace.get("yaxis")[1:]

0 commit comments

Comments
 (0)