TI-BASIC:Thick

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

[[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:|border]]

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