.dot file
Kevin Steele
kevin at omnigroup.com
Thu Jan 10 14:19:05 PST 2002
Hello Christophe,
The "label" attribute was being parsed correctly, but wasn't being
applied to the line. I've just made a change to the code and for me the
label is showing up now. The next beta release will have the update.
The "weight" attribute is just being ignored. Our automatic graph
layout doesn't make use of line weighting yet.
Our DOT support is only partial, but if you find more attributes that
you need, let us know and we may be able to easily add them.
Best Regards,
Kevin
On Thursday, January 10, 2002, at 12:44 AM, Christophe Dousson wrote:
> Hi,
>
> I tried to use OmniGraffle to open dot files but it seems that all the
> syntax is not parsable by Omnigraffle.
>
> At this moment, I just want to parse a graph with labels but
> OmniGraffle ignores some instructions.
>
> For instance :
>
> digraph G {
> a -> b -> c;
> a -> d [label="invisble"];
> a -> e [color=blue,style=dotted];
> c -> d [weight=8];
> c [shape=plaintext,color=red,label="ok"];
> }
>
> Everything works fine except the "weight" attribute (but it's not
> crucial) and the "label" attribute for edges (and that's a bad point).
> Labels for nodes are OK.
>
> Does anybody know how can I modify the dot files in order to open them
> with omnigraffle ?
> (another attribute name ??)
>
> Thanks
>
> --
> Christophe Dousson
> France Télécom R&D, DTL/DLI
> 2 avenue Pierre Marzin, 22307 Lannion cedex, France
> tel: (+33) 2 96 05 21 99, fax: (+33) 2 96 05 19 56
> _______________________________________________
> OmniGraffle-Users mailing list
> OmniGraffle-Users at omnigroup.com
> http://www.omnigroup.com/mailman/listinfo/omnigraffle-users
>
>
More information about the OmniGraffle-Users
mailing list