Skip to content

Commit 2125b66

Browse files
authored
👀 comment out reset layout (#228)
1 parent b7d3539 commit 2125b66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plotly_resampler/figure_resampler/figure_resampler_interface.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ def __init__(
161161
self._yaxis_list = ["yaxis"]
162162

163163
# Make sure to reset the layout its range
164-
self.update_layout(
165-
{
166-
axis: {"autorange": None, "range": None}
167-
for axis in self._xaxis_list + self._yaxis_list
168-
}
169-
)
164+
# self.update_layout(
165+
# {
166+
# axis: {"autorange": None, "range": None}
167+
# for axis in self._xaxis_list + self._yaxis_list
168+
# }
169+
# )
170170

171171
def _print(self, *values):
172172
"""Helper method for printing if ``verbose`` is set to True."""

0 commit comments

Comments
 (0)