Skip to content

Commit 4804862

Browse files
committed
🖊️ update readme
1 parent b94dc4a commit 4804862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
4545
## Usage
4646

4747
**Add dynamic aggregation** to your plotly Figure _(unfold your fitting use case)_
48-
* Automatically _(minimal code overhead)_:
48+
* 🤖 <b>Automatically</b> _(minimal code overhead)_:
4949
<details><summary>Use the <code>register_plotly_resampler</code> function</summary>
5050
<br>
5151

@@ -78,7 +78,7 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
7878

7979
</details>
8080

81-
* Manually _(higher data aggregation configurability, more speedup possibilities)_:
81+
* 👷 <b>Manually</b> _(higher data aggregation configurability, more speedup possibilities)_:
8282
<details>
8383
<summary>Within a <b><i>jupyter</i></b> environment without creating a <i>web application</i></summary>
8484
<br>
@@ -159,7 +159,7 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
159159
* When running the code on a server, you should forward the port of the `FigureResampler.show_dash()` method to your local machine.<br>
160160
**Note** that you can add dynamic aggregation to plotly figures with the `FigureWidgetResampler` wrapper without needing to forward a port!
161161
* 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) or not. 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) or not. Additionally, the `~<range>` suffix represent the mean aggregation bin size in terms of the sequence index.
163163
* 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).
164164

165165
<!-- ## Cite

0 commit comments

Comments
 (0)