The GridDot Command
GridDot.png

Command Summary

Enables a grid of colored dots on the graph screen

Command Syntax

GridDot [color#]

Menu Location

Press:

  1. 2nd FORMAT to access the graph format menu.
  2. Use arrows and ENTER to select GridDot.

Calculator Compatibility

TI-84+ CSE/CE

Token Size

2 bytes

The GridDot command enables a grid of dots on the graph screen (you can disable it with the GridOff command). How fine or coarse the grid is depends on the Xscl and Yscl variables. Drawing the grid just involves plotting points all the points of the form (A×Xscl, B×Yscl) that are in the graphing window. The grid can be any colored defined by a color variable or value.

:GridDot BLUE    //creates a grid of blue dots
:GridDot 12       //creates a grid of black dots

Related Commands

.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.