Options

Plotter load S:Colours and S:Funktionen on startup. See table [*] and [*] for some examples.

When you start Plotter from Workbench, you can change the dimension of the plot–area via the .info–File. Plotter knows the following keyword: WIDTH1, WIDTH2, HEIGHT1, HEIGHT2, TEXT1 and TEXT2.

WIDTH2 should be greater than WIDTH1 and HEIGHT2 > HEIGHT1. With TEXT1 and TEXT2 you can change the itemtext Dim1 and Dim2. Add two leading spaces, look at the example .info–File.

Plotter opens a screen with the Dimension WIDTH1/HEIGHT1 and allocates memory for a bitmap of the dimension WIDTH2/HEIGHT2. So you should have enough memory for the second dimension.


Table: Example for a Colours–File
fff Printing Background
f0f TitleBar
5f0 Title
000 Plotting
aaa Normal Background
679 TitleBar
fff Title
000 Plotting
09e HP-Out Background
0b0 TitleBar
fff Title
000 Plotting


Table: Example for a Funktionen–File
sin(x) Will be the first function
cos(x) Will be the second function
tan(x) etc.
x etc.
x↑2 etc.
x↑3 etc.
sqr(x) etc.
log(x) etc.
sgn(x) etc.
abs(x) etc.