Content deleted Content added
→Parameters vs data items: comments do not complete blocks, so the comment character # is an exception to the "non-space" rule |
m →Parameters vs data items: no need for "Thus," |
||
Line 96:
'''Data blocks:''' some commands, like [[#BarData|BarData]], [[#PlotData|PlotData]], [[#TextData|TextData]], [[#Colors|Colors]] expect a ''data block'' consisting of one or more ''data lines''. Data lines should start with one or more spaces. A data block is considered complete when a line
starting with a non-space is encountered, unless that non-space is the comment character #.
Attributes in a data block can conceptually be divided into ''parameters'' and ''data items''. Data blocks can contain parameters and data items intermingled.
|