You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
45
45
## Usage
46
46
47
47
**Add dynamic aggregation** to your plotly Figure _(unfold your fitting use case)_
48
-
* Automatically _(minimal code overhead)_:
48
+
*🤖 <b>Automatically</b>_(minimal code overhead)_:
49
49
<details><summary>Use the <code>register_plotly_resampler</code> function</summary>
50
50
<br>
51
51
@@ -78,7 +78,7 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
78
78
79
79
</details>
80
80
81
-
* Manually _(higher data aggregation configurability, more speedup possibilities)_:
81
+
*👷 <b>Manually</b> _(higher data aggregation configurability, more speedup possibilities)_:
82
82
<details>
83
83
<summary>Within a <b><i>jupyter</i></b> environment without creating a <i>web application</i></summary>
84
84
<br>
@@ -159,7 +159,7 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
159
159
* When running the code on a server, you should forward the port of the `FigureResampler.show_dash()` method to your local machine.<br>
160
160
**Note** that you can add dynamic aggregation to plotly figures with the `FigureWidgetResampler` wrapper without needing to forward a port!
161
161
* In general, when using downsampling one should be aware of (possible) [aliasing](https://en.wikipedia.org/wiki/Aliasing) effects.
162
-
The <b><a style="color:orange">[R]</a></b>in the legend indicates when the corresponding trace is being resampled (and thus possibly distorted) ornot. Additionally, the `~<range>` suffix represent the mean aggregation bin size in terms of the sequence index.
162
+
The <b style="color:orange">[R]</b>in the legend indicates when the corresponding trace is being resampled (and thus possibly distorted) ornot. Additionally, the `~<range>` suffix represent the mean aggregation bin size in terms of the sequence index.
163
163
* The plotly **autoscale** event (triggered by the autoscale button or a double-click within the graph), **does not reset the axes but autoscales the current graph-view** of plotly-resampler figures. This design choice was made as it seemed more intuitive for the developers to support this behavior with double-click than the default axes-reset behavior. The graph axes can ofcourse be resetted by using the `reset_axis` button. If you want to give feedback and discuss this further with the developers, see issue [#49](https://github.com/predict-idlab/plotly-resampler/issues/49).
0 commit comments