C Library Functions  - plot8 (3)

NAME

plot8(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer plot with special plot characters

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE PLOT8(Y,X,Char,N,Ymin,Ymax,Xmin,Xmax,D,Dmin,Dmax)

DESCRIPTION

PLOT8(3f) yields a one-page printer plot of Y(i) versus X(i):
1. With special plot characters;
2. With the vertical (Y) axis min and max and the horizontal (X) axis min and max values specified by the data analyst; and
3. With only those points (X(i),Y(i)) plotted for which the corresponding value of D(i) is between the specified values of DMIN and DMAX.

The ’special plotting character’ capability allows the data analyst to incorporate information from a third variable (aside from Y and X) into the plot.

The plot character used at the i-th plotting position (that is, at the coordinate (X(i),Y(i))) will be

1 if char(i) is between
  0.5 and 1.5
2 if char(i) is between
  1.5 and 2.5 [char46] [char46] [char46]
9 if char(i) is between
  8.5 and 9.5
0 if char(i) is between
  9.5 and 10.5 a if char(i) is between 10.5 and 11.5 b if char(i) is between 11.5 and 12.5 c if char(i) is between 12.5 and 13.5 [char46] [char46] [char46] w if char(i) is between 32.5 and 33.5 x if char(i) is between 33.5 and 34.5 y if char(i) is between 34.5 and 35.5 z if char(i) is between 35.5 and 36.5 x if char(i) is any value outside the range
0.5 to 36.5.

The use of the YMIN, YMAX, XMIN, and XMAX specifications allows the data analyst to control fully the plot axis limits, so as, for example, to zero-in on an interesting sub-region of a previous plot.

The use of the subset definition vector d gives the data analyst the capability of plotting subsets of the data, where the subset is defined by values in the vector d.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plot8
   use M_datapac, only : plot8
   implicit none
   ! call plot8(x,y)
   end program demo_plot8

Results:

AUTHOR

The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.

MAINTAINER

John Urban, 2022.05.31

LICENSE

CC0-1.0

REFERENCES

o Filliben, ’Statistical Analysis of Interlab Fatigue Time Data’, Unpublished Manuscript (Available from Author) presented at the
.Computer-Assisted Data Analysis’ Session at the National Meeting of the American Statistical Association, New York City, December 27-30, 1973.


Nemo Release 3.1 plot8 (3) July 22, 2023
Generated by manServer 1.08 from cc1243f9-8d2a-4bb8-a868-9f500789a27f using man macros.