DrawAxisSetLabels

Sets the x and y axis labels.

Synopsis

int DrawAxisSetLabels(DrawAxis ad,char* top,char *xlabel,char *ylabel)
Not Collective (ignored on all processors except processor 0 of DrawAxis)

Input Parameters

axis - the axis
top - the label at the top of the image
xlabel,ylabel - the labes for the x and y axis

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