Skip to content

Commit e8c8d1b

Browse files
committed
📝
1 parent 0aad786 commit e8c8d1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sphinx/FAQ.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ plotly-resampler can be thought of as wrapper around plain plotly figures which
4646
* with ``FigureResampler``, you need to call ``show_dash`` (or output the object in a cell via ``IPython.display``) -> which spawns a dash-web app, and the dynamic aggregation is realized with dash callback
4747
* with ``FigureWidgetResampler``, you need to use ``IPython.display`` on the object, which uses widget-events to realize dynamic aggregation (via the running IPython kernel).
4848

49+
**other changes of plotly-resampler figures w.r.t. vanilla plotly**:
50+
51+
* **double-clicking** within a line-chart area **does not Reset Axes**, as it results in an “Autoscale” event. We decided to implement an Autoscale event as updating your y-range such that it shows all the data that is in your x-range
52+
* **Note**: vanilla Plotly figures their Autoscale result in Reset Axes behavior, in our opinion this did not make a lot of sense. It is therefore that we have overriden this behavior in plotly-resampler.
53+
4954
.. raw:: html
5055

5156
</div>

0 commit comments

Comments
 (0)