[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/plotxy]

line

(/tools/hpmatlab/toolbox/matlab/plotxy/line.m)


Help text

LINE	Create line low-level objects.
 	LINE(X,Y) adds the line in vectors X and Y to the current axes. 
 	If X and Y are matrices the same size, one line per column is added.
 	LINE(X,Y,Z) creates lines in 3-D coordinates.

	LINE returns a column vector of handles to LINE objects, 
	one handle per line. LINEs are children of AXES objects.

	The X,Y pair (X,Y,Z triple for 3-D) can be followed by 
	parameter/value pairs to specify additional properties of the lines.
	The X,Y pair (X,Y,Z triple for 3-D) can be omitted entirely, and
	all properties specified using parameter/value pairs.

       Execute GET(H), where H is a line handle, to see a list of line
   	object properties and their current values. Execute SET(H) to see a 
   	list of line object properties and legal property values.

	See also PATCH, TEXT, PLOT, PLOT3.

Cross-Reference Information

This is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON