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

stem

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


Function Synopsis

stem(x,y,linetype)

Help text

STEM	Plot discrete sequence data.
	STEM(Y) plots the data sequence Y as stems from the x-axis
	terminated with circles for the data value.
	STEM(X,Y) plots the data sequence Y at the values specfied
	in X.
	There is an optional final string argument to specify a line-type
	for the stems of the data sequence.  E.g. STEM(X,Y,'-.') or
	STEM(Y,':').

	See also PLOT, BAR, STAIRS.

Cross-Reference Information

This function calls
This function is called by

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