epolar.m

NAME
epolar - make polar plot

SYNOPSIS
epolar ([xData,[yData,[legendText,[dash,[color[,width]]]]])

PARAMETER(S)
xData vector of x-data
yData vector of y-data
legendText text of legend, if empty string then no legend
dash 0=solid line,>0=dash length,
<0=fill line,string=name of symbol
color color of plot, vetcor [r g b]
width width of plot

GLOBAL PARAMETER(S)
ePolarAxisRadScale
ePolarAxisAngScale
ePolarPlotAreaCenterPos
ePolarPlotAreaRadMax
ePolarPlotAreaValStart
ePolarPlotAreaValEnd
ePolarPlotAreaAngStart;
ePolarPlotAreaAngEnd
ePolarPlotAreaRadMax
ePolarPlotAreaRadMin
ePlotLegendPos
ePlotLegendTextFont
ePlotLegendFontSize
ePlotLegendDistance;
ePlotLineWidth
ePlotLineColor;
ePlotLineDash;
eAxesColor;


Stefan Mueller 2003-01-13