C Library Functions  - plotc (3)

NAME

plotc(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 PLOTC(Y,X,Char,N)

DESCRIPTION

plotc(3f) yields a one-page printer plot of y(i) versus x(i) with special plotting characters.

this ’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.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plotc
   use M_datapac, only : plotc
   implicit none
   ! call plotc(x,y)
   end program demo_plotc

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 AMERICAN STATISTICAL ASSOCIATION, NEW YORK CITY, DECEMBER 27-30, 1973.


Nemo Release 3.1 plotc (3) July 22, 2023
Generated by manServer 1.08 from de22278d-ea90-4f1f-acf7-86890801cf96 using man macros.