
| optional keyword | type | mini | Basic line_drawing options(1) values incremented by next Y=.., (2) passed on to next Y=... |
X |
num | x=xpos | x coordinate to draw_lineormove pento (PenUP) (2)
|
| 999 | x=999 | x is set to the most recent x value of this current Line | |
| arr | x=xVect | x values for poly-line(2)
|
|
Y |
num | y=ypos | y coordinate to draw or move to |
| 999 | y=999 | y is set to the most recent y value of this current Line | |
| arr | y=yVect | y values for a poly-line
|
|
Points |
num | p=n | function plotY = f(xpos) with n values in the limits of the current x-axis min/max settings.
![]() |
Line |
num | l=0 | line identification number 0...31, default is Line=0. Useful when not all current lines are updated in a single statement. (1) |
Axis |
[1] | a=3 | axis identification 1....8, default=1, set and drawn by AXIS(). Needed to draw curves in more than 1 xy-system. (2) |
Draw histograms,bar charts,pie charts,topographic mapsetc. |
|||
BaCkcolor |
num | bc=3.21 |
|
Changing the appearance of lines. Options are in effect until changed or until the x-y coordinate system is redrawn by a new call to AXIS(...) |
|||
Color |
num | c=1 | for color values see Colors
(1)
|
DaSH |
num | dsh=0 | 0=solid, 1=--- 2=... 3=-.-.-. 4:-..-.. (works only with lineWidth=1) (2)
|
lineWidth |
num | w=8 | line width, default = 2 (W <= 1 for dashed lines) (2)
|
NoLine |
[T] | nl | no line drawn between data points. Data points are shown by Symbol only (2) |
NoZero |
[T] | nz=1 | no plot of y == 0 data to avoid a corrupted graph caused by sparse data (2) |
OneWay |
num | ow=-1 |
|
PenUp |
[T] | pu | PenUp or PenUp=1: move only, no draw, PenUp=0: draw (2) |
STeps |
[T] | st | step plot(2): steplike line between data points, i.e. (X1,Y1) --> (X2,Y1) --> (X2,Y2) |
Symbol |
num | s=65 | draw symbol at current (x,y):
|
SymbolDiameter |
num | sd=1 | Size of symbols, default = 3 (approx. 3 mm) (2) |
text_drawto x-y graphs: |
|||
Text |
txt | t="note" | write at X,Y (default: horizontal, left adjust)
|
| num | t=12.3 | write "12.3" at position X,Y | |
Draw |
num | d=type | type= +1 (vertical) +2 (right adjust) +4 (pen up) +8 (X,Y in characters from bottom left of frame)
|
print x-y graphs: |
|||
| num | pr=1+8 | for details see Print |