PWRZS(3NCARG) | NCAR GRAPHICS | PWRZS(3NCARG) |
PWRZS - A character-plotting routine for plotting characters in three-space when using SRFACE.
CALL PWRZS (X,Y,Z,ID,N,ISIZE,LINE,ITOP,ICNT)
#include <ncarg/ncargC.h>
void c_pwrzs (float x, float y, float z, char *id,
int n, int isize, int line, int itop, int icnt)
1 = +X -1 = -X
2 = +Y -2 = -Y
3 = +Z -3 = -Z
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
Call PWRZS after calling SRFACE and before calling FRAME.
Use the ncargex command to see the following relevant examples: fsrpwrzs, tpwrzs.
To use PWRZS or c_pwrzs, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: surface, surface_params, ezsrfc, setr, srface. ncarg_cbind.
Hardcopy: NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |