Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | multiscale |
Set the step value for the scales
Synopsis
setresolution(resolution)
Arguments
resolution
step size for scales
Allowed:
float
Default:
1.0
Returns
none
Description
This function should be used to modify the step size on the scale/s
after construction of the widget.
Example
ms := multiscale(spareframe);
ms.setresolution(0.01);
Next: multiscale.setvalues - Function
Up: multiscale - Tool
Previous: multiscale.setrange - 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-10-15