Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
axis | in | The profile axis | |
Allowed: | Integer | ||
Default: | -1 |
This function sets the profile axis. The default, -1, means that no axis is effectively set. The x-unit menus will be updated appropriately, if they have already been made.
- im := image('ngc1313.cube') - csys := im.coordsys() - shp := im.shape() - p := imageprofilesupport(csys=csys, shp=shp, widgetset=dws) - p.setprofileaxis(axis); - p.makemenus()