To display other data sets, use the following Python code:
import mapper
mapper_output = mapper.mapper(...)
G = mapper_output.to_d3js_graph()
import json
with open('mapper.json', 'wb') as f:
    json.dump(G, f)
The JSON file is read below and used to generate a force-layouted graph.

Last modified: Wed Jul 10 12:30:34 PDT 2013