SET APPEND STRING TO HISTOGRAM VALUES
CALL SEQUENCE
void tset_histog_append_string (strid, visibility, append_string)
INPUT PARAMETERS
Pint strid;
Tvisibility_flag visibility;
char *append_string;
ARGUMENTS
- strid
Histogram structure identifier.
- visibility
Display flag for character strings to append to numerical
values
- TVISIBILITY_ON
- string displayed
- TVISIBILITY_OFF
- string hidden
- append_string
- Strings of fewer than 80 characters to be appended
EFFECT
This function locates the 2 attributes used to append a character string to the
numerical values associated with the bars of a histogram. These attributes are
stored in memory for the structure of identifier strid, and are used
by one of the thistog_xxxxx histogram functions. These
attributes are only, therefore, taken into account in the histogram display the
next time one of these functions is called.
This character string is also appended to sums of numerical values for a
multiple histogram, when they are displayed (see tset_histog_sums
function)