ADot v 0.2 Re: New file uploaded to AutoItList
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, ADot can draw and view graphs (v 0.2) You can access this file at the URL: http://groups.yahoo.com/group/AutoItList/files/MISC/ADot_0_2.zip Note: IE have to have SVG plugin installed to view SVG files... Enjoy, Valery --- In [email protected], "valery_vi" <shehrer1@...> wrote: > > BTW There is popular and nice article about DOT language script: > > http://en.wikipedia.org/wiki/DOT_Language > > You can paste DOT examples into ADot and press "Parse" to view > results. I've been testing it by following known script: > > /* courtesy Ian Darwin and Geoff Collyer, Softquad Inc. */ > digraph unix { > size="6,6"; > node [color=lightblue2, style=filled]; > "5th Edition" -> "6th Edition"; > "5th Edition" -> "PWB 1.0"; > "6th Edition" -> "LSX"; > "6th Edition" -> "1 BSD"; > "6th Edition" -> "Mini Unix"; > "6th Edition" -> "Wollongong"; > "6th Edition" -> "Interdata"; > "Interdata" -> "Unix/TS 3.0"; > "Interdata" -> "PWB 2.0"; > "Interdata" -> "7th Edition"; > "7th Edition" -> "8th Edition"; > "7th Edition" -> "32V"; > "7th Edition" -> "V7M"; > "7th Edition" -> "Ultrix-11"; > "7th Edition" -> "Xenix"; > "7th Edition" -> "UniPlus+"; > "V7M" -> "Ultrix-11"; > "8th Edition" -> "9th Edition"; > "1 BSD" -> "2 BSD"; > "2 BSD" -> "2.8 BSD"; > "2.8 BSD" -> "Ultrix-11"; > "2.8 BSD" -> "2.9 BSD"; > "32V" -> "3 BSD"; > "3 BSD" -> "4 BSD"; > "4 BSD" -> "4.1 BSD"; > "4.1 BSD" -> "4.2 BSD"; > "4.1 BSD" -> "2.8 BSD"; > "4.1 BSD" -> "8th Edition"; > "4.2 BSD" -> "4.3 BSD"; > "4.2 BSD" -> "Ultrix-32"; > "PWB 1.0" -> "PWB 1.2"; > "PWB 1.0" -> "USG 1.0"; > "PWB 1.2" -> "PWB 2.0"; > "USG 1.0" -> "CB Unix 1"; > "USG 1.0" -> "USG 2.0"; > "CB Unix 1" -> "CB Unix 2"; > "CB Unix 2" -> "CB Unix 3"; > "CB Unix 3" -> "Unix/TS++"; > "CB Unix 3" -> "PDP-11 Sys V"; > "USG 2.0" -> "USG 3.0"; > "USG 3.0" -> "Unix/TS 3.0"; > "PWB 2.0" -> "Unix/TS 3.0"; > "Unix/TS 1.0" -> "Unix/TS 3.0"; > "Unix/TS 3.0" -> "TS 4.0"; > "Unix/TS++" -> "TS 4.0"; > "CB Unix 3" -> "TS 4.0"; > "TS 4.0" -> "System V.0"; > "System V.0" -> "System V.2"; > "System V.2" -> "System V.3"; > } > > Enjoy, > Valery > > --- In [email protected], "valery_vi" <shehrer1@> wrote: > > > > > Now ABot can make svg, jpeg, gif, png files. > > > > This ABot is really ADot. > > > > Valery > > > > --- In [email protected], "valery_vi" <shehrer1@> wrote: > > > > > > Hi, > > > > > > Because there are bugs in WinGraphViz library, I decided to make > > > AutoIt script based on native executive from > > http://www.graphviz.org/ > > > > > > ADot can draw correctly that graph invalidated by WinGraphViz. It > > has > > > example of Russian characters using and UTF-8 conversion function > > for > > > 1251 charset. > > > > > > Now ABot can make svg, jpeg, gif, png files. You can draw graphs > > with > > > help source file (*.dot) and edit control of script. > > > > > > Enjoy, > > > Valery > > > > > > --- In [email protected], [email protected] > wrote: > > > > > > > > > > > > Hello, > > > > > > > > This email message is a notification to let you know that > > > > a file has been uploaded to the Files area of the AutoItList > > > > group. > > > > > > > > File : /MISC/ADot_0_1.zip > > > > Uploaded by : valery_vi <shehrer1@> > > > > Description : ADot can draw graph (v 0.1) > > > > > > > > You can access this file at the URL: > > > > > http://groups.yahoo.com/group/AutoItList/files/MISC/ADot_0_1.zip > > > > > > > > To learn more about file sharing for your group, please visit: > > > > http://help.yahoo.com/help/us/groups/files > > > > > > > > Regards, > > > > > > > > valery_vi <shehrer1@> > > > > > > > > > >