DrawAxisDraw
Draws an axis.
Synopsis
#include "petsc.h"
int DrawAxisDraw(DrawAxis axis)
Not Collective (ignored on all processors except processor 0 of DrawAxis)
Input Parameter
axis -Axis structure
Note
This draws the actual axis. The limits etc have already been set.
By picking special routines for the ticks and labels, special
effects may be generated. These routines are part of the Axis
structure (axis).
Level:advanced
Location:src/sys/src/draw/utils/axis.c
Graphics (Draw) Index
Table of Contents