Re: [graphviz-interest] Displaying dot file directly into Linux terminal window

mhaque <[email protected]> Sat, 8 Feb 2014 01:17:59 -0800 (PST)
Newsgroups gmane.comp.video.graphviz
Message-ID <[email protected]>
Hi Thomos,
                   I will definitely share it once I have done that. If you
like Linux then you can install and use graph easy to directly convert dot
file to ASCII  e.g. graph-easy --input graph.dot --as_ascii  
:~$ graph-easy --input graph.dot --as_ascii
+---+     +---+     +---+
| b | ---   | a | --- | d |
+---+     +---+     +---+
            |
            |
            |
          +---+
          | c |
          +---+
            |
            |
            |
          +---+
          | e |
          +---+
:~$ 
:~$ cat graph.dot
graph te {
a -- b;
a -- c;
a -- d;
c-- e ;
}
:~$ 


Regards,



--
View this message in context: http://graphviz.996277.n3.nabble.com/Displaying-dot-file-directly-into-Linux-terminal-window-tp4008p4026.html
Sent from the Graphviz - Interest mailing list archive at Nabble.com.
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest