Difference between revisions of "TI-BASIC:Dot Thin"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
(No difference)

Revision as of 18:19, 24 February 2016

[[File:{{{picture}}}|border]]

Command Summary

Sets all lines to be drawn using a series of individual pixels.

Command Syntax

This command is executed with no additional arguments

Menu Location

Go to Catalog, press [ALPHA][X^-1], and scroll down

Calculator Compatibility

TI-84+CSE/CE

Token Size

2 bytes

File:@@

Command Summary

@@

Command Syntax

@@

Menu Location

@@

Calculator Compatibility

@@

Token Size

@@

The Dot-Thin command sets all lines in the current function type to be drawn using a series of individual pixels at each interval of TraceStep. The command can be called on the homescreen or within a program.

:ClrDraw
:AxesOn
:Dot-Thin

Error Conditions

  • ERR:SYNTAX is thrown if the command is executed with any additional arguments

Related Commands