Language Reference
IT
Description The IT command activates the
shapes are called items. Use IT to blank, redraw, reshape, or reposition items. Graphics drawn when the
Commands that Modify Graphics Items
| Command |
| Function | ||
VW OFF (view item o) | Blank item |
| |||
VW ON (view item on) | Redraw | item |
| ||
OR | (origin) | Oset item position | |||
TP | (pointer) | Change | item | shape | |
DELETE | Delete | item | from memory |
When assigned a non zero number, items are stored in memory for future display and manipulation. Execute CLRDSP to clear items from memory. (DISPOSE does not clear items from memory.) In addition to
Commands Assignable to Items with the IT command.
|
| Task | Description | |||
|
|
|
| |||
Plot absolute , | P A, | PD, | PU | |||
PR, | PD, | PU | ||||
Displa y trace | data | GRAPH |
| |||
Draw grid |
| GRID |
| |||
Displa y | text |
| TEXT,DSPLY | |||
Displa y | graphics marker | MK |
|
|
A single item can be assigned to do only one task. For example, a single item cannot draw a box and display text. In this case, two items are required, one for the box and another for the text. Mixing item types generates a display error indicated by \E" in the display status box. For example, IT 1; PA 0,0,100,100;MK 100,100; generates an error in the display.