reset

set output 'allplot.ps'
set term post enhanced solid 10
set size 0.2,0.2
set function style lines
set origin 0.0, 0.0
set multiplot


set size 0.4,0.4
set origin 0.0,0.6
set nokey




#  Plot Hyperfine Splitting
set title "Hyperfine Splitting of Unassigned ^{74}GeH^{+} Line"
set ylabel "Ion Current (arb units)"
set xlabel "Vacuum wavenumber (cm^{-1})"
set xtics 17577.5,0.1,17577.7
plot [17577.5:17577.7]'g4h0405f.out' smooth unique

# Plot broad line
set size 0.4,0.4
set origin 0.0,0.2
set title "Lifetime Broadened Spectrscopic Line"
set xtics 0.5
set ylabel "Ion Current (arb units)"
set xlabel "Vacuum wavenumber (cm^{-1})"
plot [18325:18327]'g4h2806d.out' smooth unique

#  Plot 
set size 0.4,0.4
set origin 0.4,0.6
set xtics 0.1
set title "Spectroscopic Profile of Q(13) of v`=1,v``=3 band"
set ylabel "Ion Current (arb units)"
set xlabel "Vacuum wavenumber (cm^{-1})"
plot  [17469.3:17469.5]'469.dop' smooth unique


#  Plot R(12) lines
set origin 0.4,0.2
set ylabel "Ion Current (arb units)"
set xlabel "Vacuum wavenumber (cm^{-1})"

set xtics 0.1
set title "Spectroscopic Profile of R(12) of v`=1,v``=3 band"
plot [17629.5:17629.7]'guh2503f.out' smooth unique

set nomultiplot

#  Clean up: reset parameter defaults

reset

















