next up previous contents
Next: epline.m Up: Line Functions Previous: Line Functions   Contents

elines.m

NAME
elines - draw lines

SYNOPSIS
elines(xData,yData[,lineWidth[,dash[,color]]])

PARAMETER(S)
xData matrix(2xn) of x0,x1-data of lines
yData matrix(2xn) of y0,y1-data of lines
lineWidth width of polyline
dash if dash=0 then draw solid lines
else value of dash is the distance of dashes
color vector of polyline color ([r g b])

GLOBAL PARAMETER(S)
eLineColor
eLineDash
eLineWidth


Stefan Müller 2002-01-15