Array of hash table

Jason Friedman jsf80238 at gmail.com
Fri Jan 9 22:38:09 EST 2015


>    Can any one tell me how to create
>    graph={
>   "nodes": [
>     {
>       "id": "n0",
>       "label": "A node",
>       "x": 0,
[ ... elided ... ]
>     }
>   ]
> }


Taking a guess and guessing that graphviz might be useful for you:
https://code.google.com/p/pydot/.



More information about the Python-list mailing list