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

epline.m

NAME
epline - draw polyline

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

PARAMETER(S)
xData vector of x-values of polyline
yData vector of y-values of polyline
lineWidth width of polyline
dash if dash=0 then draw solid lines
if dash<0 then fill polyline
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