plotc(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer plot with special plot characters
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE PLOTC(Y,X,Char,N)
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.
X description of parameter Y description of parameter
Sample program:
program demo_plotc use M_datapac, only : plotc implicit none ! call plotc(x,y) end program demo_plotcResults:
The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.
John Urban, 2022.05.31
CC0-1.0
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) | February 23, 2025 |