Program Command Reference
plotTest(
Syntax:
Function: Returns 1 when the dot at the specified coordinates is on, and 0 when it is off.
Example:
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”
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
20050501