Simplification Example

(Total count: 0)


This is a fork of flot-downsample by Sveinn Steinarsson. I rewrote the simplification procedure to replicate Visvalningham's algorithm similar to Mike Bostock's simplify. I decided to write it from scratch to get better understanding of the dynamics. Mike's version uses bianry heap, which could be slightly more efficient than the bisect routine I apply in my example.