uwgraphics / d3-twodim

A D3.v3.js module for creating 2D representations of data
http://uwgraphics.github.io/d3-twodim/
BSD 3-Clause "New" or "Revised" License
14 stars 10 forks source link

Abstract point redrawing for scatterplot-canvas updates #8

Open yelper opened 8 years ago

yelper commented 8 years ago

Whenever an update needs to be passed to points drawn in a scatterplot (rendering: canvas), the canvas needs to be cleared and the points updated.

Provide an easy way to translate a human readable filtering method (e.g. "show me all works by Anon between 1670-1700") to indices... something like 'compile' to indices?