Plot Section


NameDefaultDescription
outputfilerequiredfilename of the generated plot
title""title of the plot
xlabel""label of the x axis
xminautominimum value on the x axis
xmaxautomaximum value on the x axis
xmajorautosize of a major x axis division
xminorautosize of a minor x axis division
xscale1scale of units on x axis (1000 would drop three 0's)
xprefix""text prefix before x axis units
xsuffix""text suffix after x axis units

A example plot configuration might be:

<plot> <outputfile>C:\test1.png</outputfile> <title>Results of First Test</title> <xlabel>Power Output</xlabel> <xmin>0</xmin> <xmax>1000000</xmax> <xscale>1000</xscale> <xsuffix> kW</xsuffix> ... </plot>

Note that in the preceeding the values are between 0 and 1000000. The units would be labeled from 0 kW to 1000 kW.