Difference between revisions of "TI-BASIC:Dot 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 22:11, 24 February 2016

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

Command Summary

Sets all lines to be drawn using a series of thick points

Command Syntax

This command is executed with no additional arguments

Menu Location

Go to Catalog, press [ALPHA][X^-1], 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 Dot-Thick command sets all lines in the current function type to be drawn using a series of thick points (about the size of a point drawn using Pt-On() at each interval of the TraceStep. This command can be called on the homescreen or within a program.

:AxesOff
:RectGC
:Dot-Thick

Error Conditions

  • ERR:SYNTAX is thrown if any additional arguments are used with the command

Related Commands