.\" .\" $Id: gsvp.m,v 1.16 2008-12-23 00:03:03 haley Exp $ .\" .TH GSVP 3NCARG "14 January 1992" UNIX "NCAR GRAPHICS" .SH NAME GSVP (Set viewport) \- establishes a rectangular subspace of normalized device coordinates space. Calls to GSVP are discouraged with NCAR Graphics. Instead, use the SET subroutine because SET also supports mirror imaging and log scaling of axes. .SH SYNOPSIS CALL GSVP (TRNUM, XMIN, XMAX, YMIN, YMAX) .SH C-BINDING SYNOPSIS #include .sp void gset_vp(Gint tran_num, const Glimit *vp_limits); .SH DESCRIPTION .IP TRNUM 12 (Integer, Input) - A normalization transformation number. The number of available transformations is implementation specific. In the case of NCAR GKS-0A, two normalization transformations are provided: .RS .IP 0 Selects the identity transformation in which both the window and viewport have the range of 0. to 1. in both coordinate directions. This is the default normalization transformation for GKS. It is also fixed within GKS; that is, it is illegal to call GSVP with TRNUM = 0. .IP 1 A normalization transformation in which the viewport is defined by XMIN to XMAX and YMIN to YMAX. .RE .IP XMIN 12 (Real, Input) - The left horizontal coordinate of the viewport. .IP XMAX 12 (Real, Input) - The right horizontal coordinate of the viewport. 0. \(<= XMIN < XMAX \(<= 1. .IP YMIN 12 (Real, Input) - The bottom vertical coordinate of the viewport. .IP YMAX 12 (Real, Input) - The top vertical coordinate of the viewport. 0. \(<= YMIN < YMAX \(<= 1. .IP Defaults: 12 TRNUM = 0, XMIN = 0.0, XMAX = 1.0, YMIN = 0.0, YMAX = 1.0 .SH ACCESS To use GKS routines, load the NCAR GKS-0A library ncarg_gks. .SH SEE ALSO Online: set, gswn, gselnt, gqclip, gset_vp .sp Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics .SH COPYRIGHT Copyright (C) 1987-2009 .br University Corporation for Atmospheric Research .br The use of this Software is governed by a License Agreement.