Pane Section


NameDefaultDescription
ylabel""label of the y axis
yminautominimum value on the y axis
ymaxautomaximum value on the y axis
ymajorautosize of a major y axis division
yminorautosize of a minor y axis division
yscale1scale of units on y axis (1000 would drop three 0's)
yprefix""text prefix before y axis units
ysuffix""text suffix after y axis units

An example pane configuration might be:

<plot> ... <pane> <ylabel>Power Output</ylabel> <ymin>5970000</ymin> <ymax>5980000</ymax> <yscale>1000000</yscale> <ysuffix> MHz</ysuffix> </pane> ... </plot>

Note that in the preceeding the values are between 5970000 and 5980000. The units would be labeled from 5.970 MHz to 5.980 MHz.