GSET_WIN(3NCARG) | NCAR GRAPHICS | GSET_WIN(3NCARG) |
gset_win (Set window) - establishes a window, or rectangular subspace, of world coordinates to be plotted. Calls to gset_win are discouraged with NCAR Graphics. Instead, use the c_set routine because c_set also supports mirror imaging and log scaling of axes.
#include <ncarg/gks.h>
void gset_win(Gint tran_num, const Glimit *win_limits);
To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.
Online: set(3NCARG), gset_vp(3NCARG), gsel_norm_tran(3NCARG), ginq_clip(3NCARG), gks(3NCARG) ncarg_gks_cbind(3NCARG)
Hardcopy: User's Guide for NCAR GKS-0A Graphics; 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 |