[instaviz-users] Instaviz is here!
Ryan Schmidt
instaviz-2008 at ryandesign.com
Thu Nov 6 19:27:49 CST 2008
On Nov 6, 2008, at 19:09, Glen Low wrote:
> On 06/11/2008, at 11:31 PM, Jeremy Malcolm wrote:
>
>> For me, squares are all coming up as rectangles now.
>
> Unfortunately I re-read the Graphviz docs -- Graphviz is the library I
> use to render the shapes and nodes -- and realized they don't appear
> to do squares, so I've taken out square recognition from Instaviz.
Graphviz can do squares....
digraph G {
node [shape=box regular=true]
a->b
}
More information about the instaviz-users
mailing list