TI-BASIC:Thick
From Learn @ Cemetech
Revision as of 21:58, 24 February 2016 by Maintenance script (talk | contribs) (Automated @@ correction)
[[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.
TI-84+CSE/CE
2 bytes
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.