|
|
|
|
|
by leephillips
4913 days ago
|
|
"I've often thought about setting up an installation with one pixel per person" The problem with this kind of simple scatterplot is that there is an maximum density that you can represent, when the dots start to overlap. And you can't tell what that maximum density is by looking at the map, so it in effect misrepresents the data. The example in the article compensates for this by allowing zooming, but the problem is still there at most zoom levels. To avoid this you need to use one of the techniques that tessellates the plane and colors each tile according to the average value in the tile. |
|