C Library Functions  - plotsp (3)

NAME

plotsp(3f) - [M_datapac:LINE_PLOT] generate a line printer spectrum plot

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License

SYNOPSIS

SUBROUTINE PLOTSP(Y,N,Idf)

       REAL(kind=wp),intent(in) :: Y(:)
       INTEGER,intent(in)       :: N
       INTEGER,intent(in)       :: Idf

DESCRIPTION

This routine yields a one-page plot of the spectrum, along with upper and lower limits of the spectrum.

The convention has been followed that if the integer input parameter idf has the value 0, then no confidence limits will be computed and only the spectrum itself will be plotted out.

Multiple plot points are not indicated.

The first point will be plotted on the left vertical axis the last point will be plotted on the right vertical axis there is no restriction on the maximum value of n for this routine.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plotsp
   use M_datapac, only : plotsp
   implicit none
   ! call plotsp(x,y)
   end program demo_plotsp

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 plotsp (3) July 22, 2023
Generated by manServer 1.08 from 5369ef02-5709-4f1d-8f1d-0994c01cd6ae using man macros.