plotsp(3f) - [M_datapac:LINE_PLOT] generate a line printer spectrum plot
Synopsis
Description
Options
Examples
Author
Maintainer
License
SUBROUTINE PLOTSP(Y,N,Idf)
REAL(kind=wp),intent(in) :: Y(:) INTEGER,intent(in) :: N INTEGER,intent(in) :: Idf
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.
X description of parameter Y description of parameter
Sample program:
program demo_plotsp use M_datapac, only : plotsp implicit none ! call plotsp(x,y) end program demo_plotspResults:
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 | plotsp (3) | February 23, 2025 |