Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83601

Re: Array of hash table

References <05c22fd5-bfae-4e09-9894-341f468e08dc@googlegroups.com>
Date 2015-01-09 20:38 -0700
Subject Re: Array of hash table
From Jason Friedman <jsf80238@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.17615.1421058919.18130.python-list@python.org> (permalink)

Show all headers | View raw


>    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/.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Array of hash table jyoti690saini@gmail.com - 2015-01-08 23:17 -0800
  Re: Array of hash table Dave Angel <davea@davea.name> - 2015-01-09 02:30 -0500
  Re: Array of hash table Peter Otten <__peter__@web.de> - 2015-01-09 08:55 +0100
  Re: Array of hash table Jason Friedman <jsf80238@gmail.com> - 2015-01-09 20:38 -0700

csiph-web