DrawAxisSetLimits

Sets the limits (in user coords) of the axis

Synopsis

int DrawAxisSetLimits(DrawAxis ad,double xmin,double xmax,double ymin,double ymax)
Not Collective (ignored on all processors except processor 0 of DrawAxis)

Input Parameters

ad - the axis
xmin,xmax - limits in x
ymin,ymax - limits in y

Location: src/draw/utils/axis.c
Graphics (Draw) Index
Table of Contents