Hacker News new | ask | show | jobs
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.

2 comments

I read bwooce's comment to mean one pixel per person literally (not in map projection). If you're not trying to represent geography at the same time you don't have that problem. You could still sort the data representing individuals by two variables if you want, e.g. latitude and longitude, and map them to x and y, but it wouldn't be a map.
You're right, I should have read the comment more carefully. An interesting idea! So please take my comment as applying to the article rather than bwooce's comment.
Yep. That's what I thought too. The more number on a pixel, the darker (or brighter) it gets. But I don't know how far that can be pushed.