devoxi / lttb-py

Largest-Triangle-Three-Buckets (LTTB) downsampling algorithm in Python
MIT License
83 stars 19 forks source link

Minor improvements #2

Closed colinhunt closed 8 years ago

colinhunt commented 8 years ago

Hi, thank you for making this algorithm available in Python. We are now using this to downsample time series data server-side before sending it to the client for the improvement in bandwidth and rendering time. We made a few adjustments that we hope make this code easier to read and use. It also now works down to Python 2.5. Please take a look!