From f898de25c90a0994d6378b06c63ae4b88c7c0d42 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 24 Oct 2024 01:25:12 -0700 Subject: [PATCH] Update minmax operator image Signed-off-by: Emmanuel Ferdman --- plotly_resampler/aggregation/aggregators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly_resampler/aggregation/aggregators.py b/plotly_resampler/aggregation/aggregators.py index 20b8c1fe..d38907cd 100644 --- a/plotly_resampler/aggregation/aggregators.py +++ b/plotly_resampler/aggregation/aggregators.py @@ -99,7 +99,7 @@ class MinMaxOverlapAggregator(DataPointSelector): """Aggregation method which performs binned min-max aggregation over 50% overlapping windows. - ![minmax operator image](https://github.com/predict-idlab/plotly-resampler/blob/main/docs/sphinx/_static/minmax_operator.png) + ![minmax operator image](https://github.com/predict-idlab/plotly-resampler/blob/main/mkdocs/static/minmax_operator.png) In the above image, **bin_size**: represents the size of *(len(series) / n_out)*. As the windows have 50% overlap and are consecutive, the min & max values are