Difference between revisions of "83Plus:Basic:Graphics:Horizontal"

From WikiTI
Jump to: navigation, search
 
m
Line 4: Line 4:
 
'''Token size:''' 1 byte
 
'''Token size:''' 1 byte
  
'''Syntax:''' Horizontal Y
+
'''Syntax:''' Horizontal [y]
 +
 
 
Draws a horizontal line across the entire screen at Y.
 
Draws a horizontal line across the entire screen at Y.
  

Revision as of 08:01, 3 September 2006


Synopsis

Token size: 1 byte

Syntax: Horizontal [y]

Draws a horizontal line across the entire screen at Y.

Outputs:

Line drawn to the graph screen.

Comments

  • Coordinate is defined by window settings, not by pixels
  • Will throw no ERR:DOMAINs
  • Functions, plots, and axes are not redrawn.

Examples

Draw a horizontal line at ~pi:

:Horizontal 3.1415956535897932384626433

See also: