NGEZLOGO(3NCARG) | NCAR GRAPHICS | NGEZLOGO(3NCARG) |
NGEZLOGO - Draws various NCAR and UCAR logos, the default being to draw an NCAR logo of reasonable size in the lower right corner of a plot.
CALL NGEZLOGO()
#include <ncarg/ncargC.h>
void c_ngezlogo()
Call this subroutine to produce a logo. By default a call to this subroutine will draw an NCAR logo of reasonable size in the lower right corner of the plot. This will be a full-color logo for PostScript output, otherwise it will be a one-color logo.
Calls to the ngmisc paramter setting routines NGSETI and NGSETR can be used for more control over the ouput. Calls to these routines can reproduce the functionality of the subroutine NGLOGO, except that the requested logo will be plotted to all active workstations, rather than a specified one. Here is a list of control parameters and what they do:
Plots a UCAR logo (just the star) in the lower right corner of the plot.
Plots a logo of type 5 (UCAR star with text "UCAR") in the middle of the plot with size one-tenth the maximum plot height using color index 2 for the star and color index 3 for the text.
To use NGEZLOGO or c_ngezlogo, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: nglogo, ngseti, ngsetr (3NCARG),
Hardcopy: NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2002
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
April 2002 | UNIX |