CONOP1(3NCARG) | NCAR GRAPHICS | CONOP1(3NCARG) |
CONOP1 - sets option switches for the Conran_family utility.
CALL CONOP1 (IOPT)
'DEF' 'EXT=ON' or 'EXT=OFF' 'GRI=ON' or 'GRI=OFF' 'ITP=C1' or 'ITP=LIN' 'LAB=ON' or 'LAB=OFF' 'LOT=ON' or 'LOT=OFF' 'MES=ON' or 'MES=OFF' 'PDV=ON' or 'PDV=OFF' 'PER=ON' or 'PER=OFF' 'PMM=ON' or 'PMM=OFF' 'PSL=ON' or 'PSL=OFF' 'REP=ON' or 'REP=OFF' 'SCA=ON' or 'SCA=OFF' or 'SCA=PRI' 'TFR=ON' or 'TFR=OFF' 'TOP=ON' or 'TOP=OFF' 'TRI=ON' or 'TRI=OFF'
The following options are defined by this subroutine:
To activate: CALL CONOP1('DEF')
To turn on: CALL CONOP1('EXT=ON')
To turn off: CALL CONOP1('EXT=OFF')
To turn on: CALL CONOP1('GRI=ON')
To turn off: CALL CONOP1('GRI=OFF')
Note: If GRI=ON, the virtual grid will be superimposed over the contour plot. The X and Y tick intervals will be displayed under the map only if PER=ON. (see PER)
For C1 surface CALL CONOP1('ITP=C1')
For linear CALL CONOP1('ITP=LIN')
To turn on: CALL CONOP1('LAB=ON')
To turn off: CALL CONOP1('LAB=OFF')
To turn on: CALL CONOP1('LOT=ON')
To turn off: CALL CONOP1('LOT=OFF')
Note: Print is directed to the standard output unit.
To turn on: CALL CONOP1('MES=ON')
To turn off: CALL CONOP1('MES=OFF')
Note: If MES=ON, a message is printed below the plot giving contour intervals and execution time in seconds. If PER or GRI is ON, the message also contains the X and Y tick intervals.
To turn on: CALL CONOP1('PDV=ON')
To turn off: CALL CONOP1('PDV=OFF')
Note: If PDV=ON, the input data values are plotted relative to their location on the contour map. If you only wish to see the locations and not the values, set PDV=ON and change FMT to produce an asterisk (*) such as (I1).
To turn on: CALL CONOP1('PER=ON')
To turn off: CALL CONOP1('PER=OFF')
Note: If MES is ON, the X and Y tick intervals will be given. These are the intervals in user coordinates that each tick mark represents.
To turn off: CALL CONOP1('PMM=OFF')
To turn on: CALL CONOP1('PMM=ON')
Draw the shield: CALL CONOP1('PSL=ON')
Don't draw it: CALL CONOP1('PSL=OFF')
Note: See parameter SLD using "man conop3" to see how the polygon is entered which defines the shield.
To turn on: CALL CONOP1('REP=ON')
To turn off: CALL CONOP1('REP=OFF')
Note: If REP=ON, the same X-Y data and triangulation are to be used, but it is assumed that the user has changed the contour values or resolution for this run. Scratch arrays WK and IWK must remain unchanged.
User scaling: CALL CONOP1('SCA=OFF')
Program scaling: CALL CONOP1('SCA=ON')
Prior window: CALL CONOP1('SCA=PRI')
If SCA=OFF, plotting instructions are issued using the user's input coordinates. SCA=OFF should be used to interface with EZMAP. If SCA=ON, a viewport is established such that the plot will fit into the center 90 percent of the frame. If SCA=PRI, the program maps the user's plot instructions into the portion of the frame defined by the current normalization transformation.
If program set: CALL CONOP1('TFR=ON')
To turn off: CALL CONOP1('TFR=OFF')
Note: Triangles are plotted after the contouring is completed. To see the triangles over the contours, set TFR=OFF.
To turn off: CALL CONOP1('TOP=OFF')
To turn on: CALL CONOP1('TOP=ON')
Setting TOP=ON causes parameters TRI and TFR to be set to TRI=ON, and TFR=OFF. Setting TOP=OFF results in TRI=OFF and TFR=ON. If another setting is wanted for either TRI or TFR, it should be reset after the TOP call.
Note: The user may wish to overlay the triangles on some other plot. 'TOP=ON' will allow that.
To turn on: CALL CONOP1('TRI=ON')
To turn off: CALL CONOP1('TRI=OFF')
Note: Plotting the triangles will indicate to the user where good and bad points of interpolation are occurring in the contour map. Equilateral triangles are optimal for interpolation. Quality degrades as triangles approach a long and narrow shape. The convex hull of the triangulation is also a poor point of interpolation.
CONOP1 is called to toggle Conran_family options before entries CONRAN, CONRAQ, or CONRAS are called to generate the contour plot.
Use the command ncargex to see the following examples: tconaq, tconan, and tconas.
To use CONOP1 load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
See the conran_family man page for a description of all Conran_family error messages and/or informational messages.
Online: conran_family, conran_family_params, conran, conraq, conras, conop2, conop3, conop4, conpack, conpack_params
Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |