ParamGUI:

Path: Plotting/Parametric

--------------------------------------------------------------------------
   This GUI allows you to make parametric plots.
--------------------------------------------------------------------------
   Form:
   ParamGUI( action, modifier  )          For callbacks
   ParamGUI( ds )                         To initialize with a data structure
   ParamGUI                               To initialize empty
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action          (1,:)   Action to be taken by the developer (used mostly
                           for callbacks)
                          
   modifierA       (1,:)   Modifier to the action
   modifierB       (1,:)   Modifier to the action

   -------
   Outputs
   -------
   None

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

Back to the Plotting Module page