>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
[email protected] wrote:
> Hello,
>
>Can any one tell me how to create
>graph={
> "nodes": [
> {
> "id": "n0",
> "label": "A node",
> "x": 0,
> "y": 0,
> "size": 3
> },
> {
> "id": "n1",
> "label": "Another node",
> "x":
On 01/09/2015 02:17 AM, [email protected] wrote:
Hello,
Can any one tell me how to create
graph={
"nodes": [
{
"id": "n0",
"label": "A node",
"x": 0,
"y": 0,
"size": 3
},
{
"id": "n1",
"label": "Another node",