Re: Array of hash table

2015-01-12 Thread Jason Friedman
>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/. -- https://mail.pyth

Re: Array of hash table

2015-01-09 Thread Peter Otten
n0", > "target": "n1", > "label" : "dfghujikoi" > }, > { > "id": "e1", > "label" : "dfghujikoi", > "source": "n1", > "target&q

Re: Array of hash table

2015-01-08 Thread Dave Angel
last one", "x": 1, "y": 3, "size": 1 } ], "edges": [ { "id": "e0", "source": "n0", "target": "n1", "label" : "dfghujikoi"

Array of hash table

2015-01-08 Thread jyoti690saini
1 } ], "edges": [ { "id": "e0", "source": "n0", "target": "n1", "label" : "dfghujikoi" }, { "id": "e1", "label" : "df