Skip to content

Commit 0223450

Browse files
authored
Merge pull request #321 from emmanuel-ferdman/main
Update minmax operator image
2 parents 74d4c2b + f898de2 commit 0223450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly_resampler/aggregation/aggregators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class MinMaxOverlapAggregator(DataPointSelector):
9999
"""Aggregation method which performs binned min-max aggregation over 50% overlapping
100100
windows.
101101
102-
![minmax operator image](https://github.com/predict-idlab/plotly-resampler/blob/main/docs/sphinx/_static/minmax_operator.png)
102+
![minmax operator image](https://github.com/predict-idlab/plotly-resampler/blob/main/mkdocs/static/minmax_operator.png)
103103
104104
In the above image, **bin_size**: represents the size of *(len(series) / n_out)*.
105105
As the windows have 50% overlap and are consecutive, the min & max values are

0 commit comments

Comments
 (0)