begin Function (For GPL Graphs)
Syntax
begin(<function>)
<function>. One or more valid functions. These are optional.
Specifies the start of the GPL block that defines a particular graph.
Examples
GRAPH: begin(scale(50%,50%))
GRAPH: begin()
ELEMENT: line(position(x*y))
GRAPH: end()