Open main menu

Changes

455 bytes added ,  09:29, 1 July 2022
m
fix typo
< [[MetaFun]], [[Graphics]]
 
Context provides a charts module to create flow charts.
The details are in the [http[manual://www.pragma-ade.com/general/manuals/mchart.pdf |Charts uncovered]] manual by Pragma.There is also [http://www.im.ps.pl/context/?en Flowchart creater] to create flowchart code using javascript.
For example
\stopFLOWchart
\FLOWchart[example]
 
</context>
</context>
==Syntax for <{{cmd>|connection</cmd>}}==
<texcode>
</texcode>
No longer works
 
==Aligning text within the cell==
 
To align left or right, use
 
<texcode>
\text[l]{left}
\text[r]{right}
</texcode>
 
Forcing a paragraph break with \par in a cell does not work...
 
<texcode>
\text[l]{firstline \par secondline}
</texcode>
 
Whereas using \\ does work, so:
 
<texcode>
\text[l]{firstline \\ secondline}
</texcode>
 
== Further hints ==
 
* [[manual:mchart.pdf|Charts uncovered]] manual
* There was a [http://www.im.ps.pl/context/?en Flowchart creater] to create flowchart code using javascript, but it disappeared.
* The [[manual:nodes.pdf|nodes module]] covers even more applications of charts.
[[Category:Graphics]]
[[Category:Metapost]]
[[Category:Sciences]]