C Library Functions  - plots (3)

NAME

plots(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer plot of Y vs X

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License

SYNOPSIS

SUBROUTINE PLOTS(Y,X,N,D,Dmin,Dmax)

DESCRIPTION

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.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plots
   use M_datapac, only : plots
   implicit none
   ! call plots(x,y)
   end program demo_plots

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


Nemo Release 3.1 plots (3) July 22, 2023
Generated by manServer 1.08 from d553dfab-9f52-4eef-874e-c2ccc6fe0e3c using man macros.