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.
.show
1 parent 68ece6e commit 875ababCopy full SHA for 875abab
plotly_resampler/figure_resampler/figurewidget_resampler.py
@@ -29,7 +29,13 @@ class FigureWidgetResampler(
29
):
30
"""Data aggregation functionality wrapper for ``go.FigureWidgets``.
31
32
- .. attention:: This wrapper only works within ``jupyter``-based environments.
+ .. attention::
33
+
34
+ * This wrapper only works within ``jupyter``-based environments.
35
+ * The ``.show()`` method returns a **static figure** on which the
36
+ **dynamic resampling cannot be performed**. To allow dynamic resampling,
37
+ you should just output the ``FigureWidgetResampler`` object in a cell.
38
39
"""
40
41
def __init__(
0 commit comments