Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
parent | in | Parent frame for plotter | |
Allowed: | Tk agent | ||
Default: | Standalone | ||
size | in | Size of plotter | |
Allowed: | Vector of int | ||
Default: | [295,215] |
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.
- 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()