LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Flow Chart/Graph Program (https://www.linuxquestions.org/questions/linux-software-2/flow-chart-graph-program-4175529598/)

sjrct 12-30-2014 05:20 PM

Flow Chart/Graph Program
 
I am looking for an application that can create flow charts or graphs through the use of purely specifying the nodes and edges in the chart.

Like I type something like
Code:

A->B
 B->C
 B->D

and the program would generate a flow chart (graphical or text, it doesn't matter to me) like:
Code:

      _C
    /
 A->B
    \_D


dugan 12-30-2014 05:23 PM

Graphviz.

astrogeek 12-30-2014 05:27 PM

+1 for Graphviz

Welcome to LQ!


All times are GMT -5. The time now is 06:14 PM.