next up previous contents
Next: egridpol.m Up: Grid Functions Previous: Grid Functions   Contents

egrid.m

NAME
egrid - draw grid

SYNOPSIS
egrid([xAxisSouthScale,yAxisWestScale[,xAxisNorthScale,yAxisEastScale]])

PARAMETER(S)
xAxisSouthScale scale vector of south axis [start step end]
yAxisWestScale scale vector of west axis [start step end]
xAxisNorthScale scale vector of north axis [start step end]
yAxisEastScale scale vector of east axis [start step end]

special cases of scale vectors are:
if start=0 and end=0 then autorange=on
if step=0 then autoscale=on
(default scale vector=[0 0 0])

GLOBAL PARAMETER(S)
eXAxisSouthScale
eXAxisSouthScaleType
eYAxisWestScale
eYAxisWestScaleType
eXAxisNorthScale
eYAxisEastScale
ePlotAreaPos
ePlotAreaWidth
ePlotAreaHeight
eXGridVisible
eYGridVisible
eAxesTicLongMaxN
eXGridLineWidth
eXGridColor
eXGridDash


Stefan Müller 2002-01-15