eaxes

draw scaled axes around plot area

Synopsis

eaxes ([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)

  • ePlotAreaXValueStart
  • ePlotAreaXValueEnd
  • ePlotAreaYValueStart
  • ePlotAreaYValueEnd
  • ePlotAreaPos
  • ePlotAreaWidth
  • ePlotAreaHeight
  • eAxesValueFontSize
  • eAxesValueSpace
  • eAxesColor
  • eAxesLineWidth
  • eAxesTicShortLength
  • eAxesTicLongLength
  • eAxesTicLongMaxN
  • eAxesCrossOrigin
  • eAxesValueSpace
  • eAxesLabelFontSize
  • eAxesLabelTextFont
  • eXAxis(South|West|East|North)Scale
  • eXAxis(South|West|East|North)ScaleType
  • eXAxis(South|West|East|North)Visible
  • eXAxis(South|West|East|North)ValueFormat
  • eXAxis(South|West|East|North)ValueVisible
  • eXAxis(South|West|East|North)LabelText
  • eXAxis(South|West|East|North)LabelDistance
Close