How can I produce visualizations combining network graphs and imaginary maps?
Basically, I'm looking for something like this awesome research project: Gmap , which was referenced in this related SO question . It's a rather novel data visualization that combines a network graph with an imaginary set of regions that looks like a map. Basically, the map-ification helps humans comprehend the enormous data set better. Cool, huh? GMap doesn't appear to be open source, though I plan to contact the authors. I already know how to create a network graph with a force-directed layout (currently using Prefuse/Flare), so an answer could be a way to layer a mapping algorithm on top of