DrawAxisSetColors

Sets the colors to be used for the axis, tickmarks, and text.

Synopsis

#include "petsc.h" 
int DrawAxisSetColors(DrawAxis axis,int ac,int tc,int cc)
Not Collective (ignored on all processors except processor 0 of DrawAxis)

Input Parameters

axis - the axis
ac - the color of the axis lines
tc - the color of the tick marks
cc - the color of the text strings

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