TI-BASIC:Thick

From Learn @ Cemetech
Revision as of 18:03, 24 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

Command Summary

Converts all lines to Thick (2-3 pixel wide) lines

Command Syntax

The command is called by itself with no additional arguments

Menu Location

Go to the Catalog, press [ALPHA][4], 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 Thick command converts all lines in the current function type to be drawn using a 2-3 pixel wide line (hence "Thick"). This mode is the default line drawing mode. It can be called on the homescreen or in a program.

:AxesOff
:GridOff
:Thick

Error Conditions

  • ERR:SYNTAX is thrown if any character is included in the same line as the Thick command.

Related Commands