This file define 2 sections :
- Definitions : to define title, labels, columns names and colors.
"title ; Test Mode 7"
"col ; Colone 1 ; 255"
"col ; Colone 2 ; -255"
"label ; xLabel ; yLabel "
- Data : In this section I define row name and value of points to draw
"L0 ; 0 ; 15 ; 2 ; 10 ; 20 ; 4 "
In this sample you found 1 row "L0" with 2 points the first in position (0, 15) with size 2 and 2nd in position (10, 20) with size 4.
|