Difference between revisions of "TI-BASIC:Thick"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
(Automated @@ correction) |
||
Line 8: | Line 8: | ||
{{Template:TI-BASIC:Command | {{Template:TI-BASIC:Command | ||
− | |picture= | + | |picture= |
− | |summary= | + | |summary= |
− | |syntax= | + | |syntax= |
− | |location= | + | |location= |
− | |compatibility= | + | |compatibility= |
− | |size= | + | |size= |
}} | }} | ||
Latest revision as of 21:58, 24 February 2016
[[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.