/*
* Written by Sinan & Sami. Copyright 1993, TUBITAK Software
* Research & Development Center, Ankara, TURKIYE
* This program is freely distributable without licensing fees and
* is provided without guarantee or warrantee expressed or implied.
*
*/
"xmdag" is a simple program that draws directed graphs as hierarchies
in X Windows/Motif environment. It reads data from a file and tries
to make good and quick drawings.
For example, "xmdag file".
Data file has the format:
parent:child1,child2;
.....
An example file named as "file" is also included in this software.
A resource file named as "XMdag" is included.
|