plotst(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer plot of Y vs X for the terminal (71 characters wide)
Synopsis
Description
Examples
Author
Maintainer
License
SUBROUTINE PLOTST(Y,X,N,D,Dmin,Dmax)
plotst(3f) yields a narrow-width (71-character) of y(i) versus x(i):
1. 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. its narrow width makes it appropriate for use on a terminal.
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.
! |
INPUT ARGUMENTS--Y = THE VECTOR OF
| ||||||||||||||||||||||||||||||||||||||||||||||
Sample program:
program demo_plotst use M_datapac, only : plotst implicit none ! call plotst(x,y) end program demo_plotstResults:
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
Nemo Release 3.1 | plotst (3) | February 23, 2025 |