! Section -7
! PLOT: Default plotting limits.
integer mplot
parameter (mplot=4)
type plot
sequence
real(kind=4) :: amin ! [Int. unit] Min Y value plotted
real(kind=4) :: amax ! [Int. unit] Max Y value plotted
real(kind=4) :: vmin ! [ km/s] Min X value plotted
real(kind=4) :: vmax ! [ km/s] Max X value plotted
end type plot