iupll  Plot a line list in columns, neatly.

Format:   iupll<(size,x,y,min y)>
size = Font size to use.  The default is 8 which works well for up to 168 peaks.  Beyond that, you need to scale it down.
      x    = x position of upper left of line list
      y    = y position of upper left of line list
      min y = minimum y at which to reset back to top

  iupll produces a columnar line list on a printer.  This is quite different from the alternative method of plotting peak frequencies, using the ppf command.
  The output is automatically formated into multiple columns depending on the number of lines.

Examples: pll
	    pll(5)
	    pll(5,wc2max*.8,wc2max*.5,50)
              |      |         |     |_min y
              |      |         |_y position
              |      |_x position
              |_font size

N.B.  You should rarely have to supply any arguments other than the first.