Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: imageprofilesupport.setabcissaunit - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.postscript - Function


imageprofilesupport.plotfile - Function



Package general
Module images
Tool imageprofilesupport


Saves the plot as a Table


Synopsis
plotfile(file)


Arguments

file in file name
    Allowed: String


Returns
T or fail



Description
This function saves the current plot in an AIPS++ Table. The plot can then be reopened and new commands added or old commands changed.



Example
- im := image('ngc1313.cube')              
- csys := im.coordsys()                    
- shp := im.shape()                        
- p := imageprofilesupport(csys=csys,      
                           shp=shp, 
                           widgetset=dws)  
- f1 := dws.frame()                        
- axis := 3 	                           
- p.setprofileaxis(axis);
- p.makemenus()
- pos := csys.referencepixel()             
- p.makeabcissa(pos)                       
- r := drm.box()                           
- p.makeordinate (im, r)
- p.plot()                                 
- p.plotfile('save.plot')         # save
- p2 := pgplotter('save.plot')    # reopen




next up previous contents index
Next: imageprofilesupport.setabcissaunit - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.postscript - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01