next up previous contents
Next: eplot.m Up: Plot Functions Previous: Plot Functions   Contents

econtour.m

NAME
econtour - draw a contour plot of matrix

SYNOPSIS
econtour(matrix[,scale[,dash[,colorMap]]])

PARAMETER(S)
matrix matrix for contour plot
scale vector of scaling [start step end]
dash if dash=0 then draw solid lines
else value of dash is the distance of dashs
colorMap colors for different iso-lines

GLOBAL PARAMETER(S)
eContourLineColor
eContourLineDash
eContourScale
eContourLevelsMaxN
eContourValueFormat
ePlotAreaWidth
ePlotAreaHeight
ePlotAreaPos
eContourLineWidth
eContourValueVisible
eContourValueDistance
eContourValueFont
eContourValueFontSize
eYAxisWestScale
eXAxisSouthScale
valueForm=sprintf('1.%df',vForm);


Stefan Müller 2002-01-15