plot/
getpts.pro
top source getpts
Plot
getpts [, x] [, y], device=device, normal=normal, data=data, verbose=verbose, _extra=_extra
Find the locations of a number of points on an existing plot using CURSOR. Use right mouse button to mark final point.
Parameters
- x optional
Array of x coordinates.
- y optional
Array of y coordinates.
Keywords
- device in
Use device coordinates.
- normal in
Use normalized coordinates.
- data in
Use data coordinates (default).
- verbose in
Print out each data point as it is selected.
- _extra
Author information
- History:
Written by: Jeremy Bailin, 3 December 2010
File attributes
| Modification date: | Fri Mar 11 16:42:38 2011 |
| Lines: | 56 |
![[attach.png]](../idldoc-resources/attach.png)