plot7(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer plot with special plot characters
Synopsis
Description
Options
Examples
Author
Maintainer
License
References
SUBROUTINE PLOT7(Y,X,Char,N,Ymin,Ymax,Xmin,Xmax)
PLOT7(3f) yields a one-page printer plot of Y(i) versus X(i):
1. With special plot characters; and 2. With the vertical (y) axis min and max and the horizontal (x) axis min and max values specified by the data analyst. 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.
X description of parameter Y description of parameter
Sample program:
program demo_plot7 use M_datapac, only : plot7 implicit none ! call plot7(x,y) end program demo_plot7Results:
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
.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 | plot7 (3) | February 23, 2025 |