#   command file for gnuplot to show
#   impact-parameter dependence of probabilitis
#   for the case of n=3  matrices
#
plot "b-prob" using 1:2 wi li,"b-prob" using 1:3 wi li,\
     "b-prob" using 1:4 wi li

#   command file for gnuplot to show
#   impact-parameter dependence of probabilitis
#   for the case of n=3  matrices
#   ONLY the excited states in this command
#
plot "b-prob" using 1:3 wi li,  "b-prob" using 1:4 wi li

#   n=2 case
plot "b-prob" using 1:2 wi li,"b-prob" using 1:3 wi li

#   n=2 case, only excited
plot "b-prob" using 1:3 wi li

#   n=4 case
plot "b-prob" using 1:2 wi li,"b-prob" using 1:3 wi li,\
     "b-prob" using 1:4 wi li,"b-prob" using 1:5 wi li
     
#   n=4 case, only excited
plot "b-prob" using 1:3 wi li,\
     "b-prob" using 1:4 wi li,"b-prob" using 1:5 wi li

POSTSCRIPT
To copy the existing picture to a PostScript file:
(To produce an encapsulated postscript file)
--------------
set terminal postscript eps monochrome "Courier"  18
set output "fiename.eps"  # otherwise writes the postscript into the screen
set size 1.8,1       # for plots which have a long x-axis
replot
set terminal x11     # closes fiename.eps and comes back to X11
replot
--------------

     General Gnuplot 
      Gnuplot Task 1
      Gnuplot Task 2
      Gnuplot Task 3
      Functions in Gnuplot (and Fit) 
Index