C Library Functions  - plotx (3)

NAME

plotx(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer run sequence plot

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License

SYNOPSIS

SUBROUTINE PLOTX(X,N)

DESCRIPTION

PLOTX(3f) yields a one-page printer plot of X(I) versus I.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plotx
   use M_datapac, only : plotx
   implicit none
   ! call plotx(x,y)
   end program demo_plotx

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 plotx (3) July 22, 2023
Generated by manServer 1.08 from b749498d-2292-485c-b441-c1e370aa5d47 using man macros.