NPlot:

--------------------------------------------------------------------------
   NPlot generates a plot on which the ylabels are character strings. The
   y data is assumed to be integers with each integer corresponding to a label
   given in yLabels. Will generate a new figure if figTitle is entered.
   
   Any input, except yLabels and y may be [].

   Since version 1.
--------------------------------------------------------------------------
   Form:
   NPlot( yLabels, y, x, xAxisLabel, yAxisLabel, plotTitle, figTitle )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   yLabels                  Labels for the y-axis corresponding to integral
                            values of y.
   y                        y-data
   x                        x-data
   xAxisLabel               The x-axis label
   yAxisLabel               The y-axis label
   plotTitle                The plot title
   figTitle                 The figure title

   -------
   Outputs
   -------
   none

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS