12-6-19

Program Command Reference

PlotOff

Syntax: PlotOff<x-coordinate>, <y-coordinate>

Function: Turns off display of the plot at the specified coordinates.

PlotOn

Syntax: PlotOn<x-coordinate>, <y-coordinate>

Function: Turns on display of the plot at the specified coordinates.

plotTest(

Syntax: plotTest(<x-coordinate>, <y-coordinate>)

Function: Returns 1 when the dot at the specified coordinates is on, and 0 when it is off.

Example: plotTest(2,–3)Sa. Result is placed in a.

Description: Only dots within the screen are valid.

PTBrokenThck

Syntax: PTBrokenThck<graph number>

Function: Specifies “Broken Thick” () as the graph line type.

Description: Graph number range: 1 to 100

PTCross

Syntax: PTCross<graph number>

Function: Specifies “Cross Plot” () as the graph line type.

Description: Graph number range: 1 to 100

PTDot

Syntax: PTDot<graph number>

Function: Specifies “Dot Plot” () as the graph line type.

Description: Graph number range: 1 to 100

PTNormal

Syntax: PTNormal<graph number>

Function: Specifies “Normal” (—) as the graph line type.

Description: Graph number range: 1 to 100

PTSquare

Syntax: PTSquare<graph number>

Function: Specifies “Square Plot” () as the graph line type.

Description: Graph number range: 1 to 100

20060301