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.makemenus - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.insertoffset - Function


imageprofilesupport.makeplotter - Function



Package general
Module images
Tool imageprofilesupport


Make the plotter


Synopsis
makeplotter(parent, size)


Arguments

parent in Parent frame for plotter
    Allowed: Tk agent
    Default: Standalone
size in Size of plotter
    Allowed: Vector of int
    Default: [295,215]



Returns
T or fail



Description
This function creates the plotter. If you supply a parent frame, a pgplotter tool will be embedded in it. If you don't supply a parent frame, a standalone pgplotter tool will be created.

Calling this function is optional. If you don't call this function, then a call to plot will create a stand alone plotter (a pgplotter tool.



Example
- im := image('ngc1313.cube')              # Open image
- csys := im.coordsys()                    # Coordinate system
- shp := im.shape()                        # Shape of image
- p := imageprofilesupport(csys=csys, shp=shp, widgetset=dws)
- p.makeplotter()




next up previous contents index
Next: imageprofilesupport.makemenus - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.insertoffset - 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