Difference between revisions of "TI-BASIC:Thin"
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 22:09, 24 February 2016
[[File:{{{picture}}}|border]]
Command Summary
Sets all graphing lines to be 1 pixel wide.
Command Syntax
This command is executed by itself with no additional arguments
Menu Location
Go to Catalog, press [ALPHA][4], and scroll down.
TI-84+CSE/CE
2 bytes
The Thin command will set all lines in the current function type to be only 1 pixel wide (hence "Thin"). The command can be run on the homescreen or within a program.
:AxesOff :GridOff :Thin
Error Conditions
- ERR:SYNTAX is thrown if additional arguments are put on the command.