Thanks in advance. =)
See the graphviewer demo from XPCE. Type
?- manpce.
Then use File/Demo programs, select 'GraphViewer'. You can
run it from there or fetch the source and tailor it to suit
your needs.
Alternatively, write a file for graphviz (dot) and run that.
Enjoy --- Jan
Thank you Jan!
I've just tried out the graph_viewer, but I'm a prolog newbie, is not so
simple for me and i cannot understand how it works. I need someting
easier. Is there an easier XPCE implementation for that?
I'll try graphviz. too, thanks.
It shouldn't be that hard to find the bits collecting the graph and
change them to your needs. Sure it can be done a lot shorter if you
remove the menus, user interaction and simplify the nodes. That is
left as an excercise to the user though :-)
> I'll try graphviz. too, thanks.
That will be comparable in complexity if you don't know graphviz syntax.
--- Jan