Like the title says -- need to refactor the code in scatterplot.js to enable adding functionality for other representations, such as binning, weaving, etc.
Consider also making a hook for people to define their own methods for drawing points (e.g., given a set of data, write your own function to bind that data to shapes).
Like the title says -- need to refactor the code in
scatterplot.js
to enable adding functionality for other representations, such as binning, weaving, etc.Consider also making a hook for people to define their own methods for drawing points (e.g., given a set of data, write your own function to bind that data to shapes).