Skip to content

Commit 6e9dc40

Browse files
committed
📝 add preprint
1 parent 01184e8 commit 6e9dc40

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,20 @@ In [this Plotly-Resampler demo](https://github.com/predict-idlab/plotly-resample
162162
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

165-
<!-- ## Cite
165+
## Cite
166+
167+
Paper (preprint): https://arxiv.org/abs/2206.08703
166168

167169
```latex
168-
{
170+
@misc{https://doi.org/10.48550/arxiv.2206.08703,
171+
author = {Van Der Donckt, Jonas and Van Der Donckt, Jeroen and Deprost, Emiel and Van Hoecke, Sofie},
172+
title = {Plotly-Resampler: Effective Visual Analytics for Large Time Series},
173+
year = {2022},
174+
doi = {10.48550/ARXIV.2206.08703},
175+
url = {https://arxiv.org/abs/2206.08703},
176+
publisher = {arXiv},
169177
}
170-
``` -->
178+
```
171179

172180
## Future work 🔨
173181

0 commit comments

Comments
 (0)