Series graphs
Updated August 29, 2018
Smoothing and Downsampling
For large enough datasets, Simple Random Sampling is a way to prune datapoints while avoiding systematic bias. In cases where the dataset is small enough, this may cause line visualizations to look different.
For downsampling timeseries data, try the Largest-Triangle-Three-Buckets algorithm.
- (JavaScript) Flot Downsample implements largest triangle three buckets.
- Perl LargestTrangleThreeBuckets