HSTOPL
Turns options off and on for the Histogram utility.
- Provided by: libncarg-dev (Version: 6.6.2-10build2)
- Source: ncl
- Report a bug
Turns options off and on for the Histogram utility.
CALL HSTOPL (STRING)
#include <ncarg/ncargC.h>
void c_hstopl (char *string)
´HOR=ON´ or ´HOR=OFF´
´PER=ON´ or ´PER=OFF´
´MID=ON´ or ´MID=OFF´
´SHA=ON´ or ´SHA=OFF´
´DRL=ON´ or ´DRL=OFF´
´MED=ON´ or ´MED=OFF´
´NMV=ON´ or ´NMV=OFF´
´PMV=ON´ or ´PMV=OFF´
´PRM=ON´ or ´PRM=OFF´
´FRA=ON´ or ´FRA=OFF´
´LIS=ON´ or ´LIS=OFF´
´DEF=ON´ or ´DEF=OFF´
The following options are defined by this subroutine:
This places a second axis on the opposite side of the frame from the normal frequency axis.
Devices will vary as to how they interpret shading.
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
HSTOPL is called to toggle histogram options before entry HISTGR is called to generate the histogram.
Use the command "ncargex thstgr" to generate a three frame example of various types of histograms. "ncargex thstmv" will show three examples of histograms with missing values in the input data.
To use HSTOPL or c_hstopl, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
See the histogram man page for a description of all Histogram error messages and/or informational messages.
Online: histogram, histogram_params, histgr, hstopc, hstopi, hstopr, 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.