RELFILL Name
      
       RELFILL Purpose
      
       Relative plot with rotation, scaling, translation.
Category
Calling Sequence
      
       relfill, xarr, yarr Inputs
     
       xarr, yarr = x and y arrays in device coordinates.  in
Keyword Parameters
Keywords
        
         ANG=ang  Rotation angle (def=0). 
        
         SCALE=sc Scale factor (def=1). 
        
         CENTER=[xc,yc] x and y of center of rotation and
            
            scaling.  Center can be in the following coordinates:
        
         /DEVICE  Center given in device coordinates (default).
        
         /NORMAL  Center given in normalized coordinates.
        
         /DATA  Center given in data coordinates.
                  COLOR=clr Plot color (def=!p.color).
        
         OCOLOR=oclr Outline color (def=no outline).
        
         LINESTYLE=sty Outline linestyle (def=!p.linestyle).
        
         THICKNESS=thk Outline thickness (def=!p.thick).
        
         /NOCLIP means do not clip plot to clipping window.
Outputs
Common Blocks
Notes
Modification History
      
       R. Sterner, 2004 Dec 10 
  
 Copyright (C) 2004, Johns Hopkins University/Applied Physics Laboratory
  
 This software may be used, copied, or redistributed as long as it is not
  
 sold and this copyright notice is reproduced on each copy made.  This
  
 routine is provided as is without any express or implied warranties
  
 whatsoever.  Other limitations apply as described in the file disclaimer.txt.