Flow Charts

From Wiki
Revision as of 07:01, 21 July 2007 by Adityam (talk | contribs) (Added some details)
Jump to navigation Jump to search

< MetaFun, Graphics

Context provides a charts module to create flow charts. For example

\usemodule[chart]
\setupFLOWcharts[height=3\lineheight]

\startFLOWchart[example]
\startFLOWcell 
  \name {flow}
  \location {1,1}
  \text {Flow}
  \connection [rl] {chart}
\stopFLOWcell
\startFLOWcell
  \name {chart}
  \location{2,1}
  \text {Charts}
\stopFLOWcell
\stopFLOWchart
\FLOWchart[example]

The details are in the Charts uncovered manual by Pragma.

There is also Flowchart creater to create flowchart code using javascript.