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 lines
default: lineWidth=eLineWidth
dash if dash=0 then draw solid lines
else value of dash is the distance of dashes
default: dash=eLineDash
color vector of line color ([r g b])
default: color=eLineColor
GLOBAL PARAMETER(S)
eLineWidth
eLineDash
eLineColor
Stefan Mueller
2003-01-13