This is a low-level implementation of the Largest-Triangle-Three-Buckets (LTTB) downsampling algorithm written in Python. The code has been translated from the work ...
The solution is based off the mathematical academic paper by George I. Bell, located here: https://arxiv.org/abs/math/0703865 The code is easy to use and has no ...