experience and innovation

--------------------------------------------------------------------------
   Plot simulation data.

   To load data from the workspace:

     PlottingTool( 'load sim data', d );

   where "d" is a data structure with fields:
           .time
           .data
           .dataNames
           .scNames
           .units
--------------------------------------------------------------------------
   Form:
   tag = PlottingTool( action, modifier )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action          (1,:)   Action to be taken 
   modifier        (:)     Modifier to the message

   -------
   Outputs
   -------
   tag             (1,:)   Returns the window tag on initialization

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