Skip to content

Commit

Permalink
🖍️ docs-fix for #275
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Jan 12, 2024
1 parent 4c12ab4 commit 66b247a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions plotly_resampler/registering.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ def register_plotly_resampler(mode="auto", **aggregator_kwargs):
We advise to use mode= ``widget`` when working in an IPython based environment
as this will just behave as a ``go.FigureWidget``, but with dynamic aggregation.
When using mode= ``auto`` or ``figure``; most figures will be wrapped as
[`FigureResampler`][figure_resampler.FigureResampler],
on which
[`show_dash`][figure_resampler.FigureResampler.show_dash]
needs to be called.
[`FigureResampler`][figure_resampler.FigureResampler], on which
[`show_dash`][figure_resampler.FigureResampler.show_dash] needs to be called.
!!! note
This function is mostly useful for notebooks. For dash-apps, we advise to look
at the dash app examples on [GitHub](https://github.com/predict-idlab/plotly-resampler/tree/main/examples#2-dash-apps)
Parameters
----------
Expand Down

0 comments on commit 66b247a

Please sign in to comment.