Charts Definition Language (CDL): Difference between revisions

m
Line 26: Line 26:
             AXIS <Axis Type>
             AXIS <Axis Type>
   ]
   ]
  [ STATS <Plotvariable> <Stats Type> ]


   PLOT blocks repeated
   PLOT blocks repeated
  STATS blocks repeated
     [...]
     [...]
   ENDCHART OUTPUT <filespec>
   ENDCHART OUTPUT <filespec>


   CHART […] ENDCHART blocks repeated
   CHART […] ENDCHART blocks repeated


Plot blocks can be repeated as many times as you wish but different parameters can result in many yAxis (making the plot area smaller) and the chart may become crowded and unreadable. Experiment and try-out.
Plot blocks can be repeated as many times as you wish but different parameters can result in many yAxis (making the plot area smaller) and the chart may become crowded and unreadable. Experiment and try-out.
Syntactically the Stats block can be many as well but it requires semantically the Plotvariable of which you want statistics to be plotted normally. So you can have e.g. three STATS blocks for one PLOT block.


=== Output specifier ===
=== Output specifier ===