ViewerDrawGetDrawAxis

Returns DrawAxis object from Viewer object. This DrawAxis object may then be used to perform graphics using DrawAxisXXX() commands.

Synopsis

#include "petscdraw.h" 
int ViewerDrawGetDrawAxis(Viewer viewer,int windownumber,DrawAxis *drawaxis)
Not Collective (but DrawAxis object will be parallel if Viewer is)

Input Parameter

viewer - the viewer (created with ViewerDrawOpen()
windownumber - indicates which subwindow (usually 0)

Ouput Parameter

drawaxis -the draw axis object

See Also

ViewerDrawGetDraw(), ViewerDrawGetLG(), ViewerDrawOpen()

Level:advanced
Location:
src/sys/src/viewer/impls/draw/drawv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages