views:

14

answers:

1

I have some data with presence/absence on big grid, internally represented as quad tree.

Are there any convenient formats for showing that to users? Neither huge number of rectangles with svg nor huge number of pixels with png feel right.

A: 

You could probably make good looking quad trees in a tree map.

Seth