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 b7d3539 commit 2125b66Copy full SHA for 2125b66
plotly_resampler/figure_resampler/figure_resampler_interface.py
@@ -161,12 +161,12 @@ def __init__(
161
self._yaxis_list = ["yaxis"]
162
163
# 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
- )
+ # self.update_layout(
+ # {
+ # axis: {"autorange": None, "range": None}
+ # for axis in self._xaxis_list + self._yaxis_list
+ # }
+ # )
170
171
def _print(self, *values):
172
"""Helper method for printing if ``verbose`` is set to True."""
0 commit comments