LadderPlot
|
LadderPlot is a command line tool for generating plain text ladder diagrams. The LadderPlot tool takes as input a specification of a call flow and renders it as a plain text (ASCII) sequence diagram.
A Java based standalone program that takes as input a text file specifying a sequence diagram and from that generates the corresponding a plain text diagram.
Usage:
java -jar ladderplot.jar [options] FILE
Options:
-h print this help text
-version print version info and exit
-v be verbose
-l FILE log to the specified file
-c write output to cut-and-paste buffer
Ladderplot is inspired by the very similar tool, callplot (sourceforge.net/projects/callplot/). The ladderplot input syntax is based on that of callplot and the ASCII diagrams produced are very similar. Ladderplot is easier to maintain and extend and is more robust. It also has some additional features but unlike Callplot only generates ASCII output.
Requirements:
* Java
The license of this software is Free, you can free download and free use this flowchart & diagram software.