Property | Value |
---|---|
Hex Value | $A0 |
Categories | |
Localizations |
|
Pt-Change(
Overview
Toggles a point on or off at (x
,y
) on the graph area. Off will be in the Background color and On will be the specified
Color#: 10 - 24 or color name pasted from [vars] COLOR.
Availability: Token available everywhere.
Syntax
Pt-Change(x,y[,color#])
Arguments
Name | Type | Optional |
---|---|---|
x | ||
y | ||
color# | colorNum | Yes |
Location
2nd, draw, POINTS
, 3:Pt-Change(
Description
The Pt-Change( command is used to toggle a point (a pixel on the screen) on the graph screen at the given (X,Y) coordinates. If the point is on, it will be turned off and vice versa. Pt-Change( is affected by the window settings, which means you have to change the window settings accordingly, otherwise the point won't show up correctly on the screen.
Pt-Change( can be an interactive command: when on the graph screen, you can select it from the draw menu, and rather than have to input coordinates, be able to draw directly on the screen. Since you can both draw and erase points easily with Pt-Change(, this use of it is often more convenient than the Pen tool.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan.
History
Calculator | OS Version | Description |
---|---|---|
TI-82 | 1.0 | Added |