I have a matrix, each cell has an RGB value. I want to project that matrix onto a corresponding rectangular graph, based on each matrix cell's RGB value. What's the best way to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I created an example of how to create a grid in d3.js at http://bl.ocks.org/2605010. It includes the code to color the cells by setting the fill. |
|||
|
|