PLOTCOORD__DEFINE Name
             PLOTCOORD Purpose
      
       The purpose of this object is to create a coordinate system for generic data objects.
      
       It does this by saving IDL system variables. Typically, the PLOTCOORD object is updated 
      
       *after* a plot is drawn in a window and acts to save the plotting parameters for that
      
       particular plot. This is useful, for example, when you wish to overplot data on the plot
      
       in question. You can call the draw method of the PLOTCOORD object to re-establish the plot
              parameters for overplotting.
Authors
 
        
        FANNING SOFTWARE CONSULTING   BURRIDGE COMPUTING
        
        1645 Sheely Drive             18 The Green South
        
        Fort Collins                  Warborough, Oxon
        
        CO 80526 USA                  OX10 7DN, ENGLAND
        
        Phone: 970-221-0438           Phone: +44 (0)1865 858279
        
        E-mail: davidf@dfanning.com   E-mail: davidb@burridgecomputing.co.uk
Category
 
      
       Programming. Calling Sequence
              theCoordObj = Obj_New('PlotCoord')
Modification History
 
      
       Written by: David W. Fanning, 15 September 2003.