Hi,
I'm searching for a way to create complex/simple graph using Perl. The known modules/applications I've checked are: GraphViz, Graph-Easy, aiSee etc. Each way I walked, new problems appeared.
If my need is to create graph dependencies that
- can be edited live
- have a directed compass mode
- work fine and are readable with massive data use
- can be used through the terminal to convert from input format (GDL etc.) to output format (PNG, BMP, HTML etc.) –
what are the various applications that can handle all of these requests?
This question is a follow-up of How can I convert connection data lines to block of schemes using Perl?.
Thanks,
YoDar.