Next: epolar.m
Up: Plot Functions
Previous: econtour.m
  Contents
NAME
eplot - make linear plot
SYNOPSIS
eplot ([xData,[yData,[legendText,[dash,[color[,width]]]]]])
PARAMETER(S)
xData vector of x-data
or matrix(2xn) of x0,x1-data to plot lines
yData vector of y-data
or matrix(2xn) of y0,y1-data to plot lines
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
Important: eplot without parameters closes the current plot explicit.
it's useful for several plot on one page
GLOBAL PARAMETER(S)
ePlotAreaPos
ePlotAreaWidth
ePlotAreaHeight
eXAxisSouthScale
eYAxisWestScale
ePlotAreaXValueStart
ePlotAreaXValueEnd
ePlotAreaYValueStart
ePlotAreaYValueEnd
ePlotLineInterpolation
ePlotLineWidth
ePlotLineColor;
ePlotLineDash;
ePlotLegendPos;
ePlotLegendTextFont
ePlotLegendFontSize
ePlotLegendDistance
Stefan Müller
2002-01-15