plots(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer plot of Y vs X
Synopsis
Description
Options
Examples
Author
Maintainer
License
SUBROUTINE PLOTS(Y,X,N,D,Dmin,Dmax)
plots(3f) yields a one-page printer plot 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. 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.
X description of parameter Y description of parameter
Sample program:
program demo_plots use M_datapac, only : plots implicit none ! call plots(x,y) end program demo_plotsResults:
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 | plots (3) | February 23, 2025 |