Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: tableplot.flagdata - Function Up: tableplot - Tool Previous: tableplot.iterplotstop - Function


tableplot.markflags - Function



Package utility
Module table
Tool tableplot


Mark a rectangular region to flag


Synopsis
markflags(panel)


Description
Mark a rectangular region to be flagged. Each call to markflags allows one region to be drawn. Any number of successive calls can be made. In the case of multi-panel plots, a panel number must be specified with each call. This function marks and stores a list of marked regions. To apply flags, the flagdata function must be used. The panel number corresponds to a row-major ordering of panels.

Marking the region requires two consecutive mouse clicks at the two diagonally opposite corners. A hatched rectangle will appear over the selected region. (Note mouse dragging to mark a region with an expanding box, is not supported yet).



Arguments

panel   Panel number
    Allowed: Integer
    Default: 1


Returns
0 if successful, -1 otherwise


Example
# mark 2 flag regions on a multi-panel plot, one in panel 1 and one
# in panel 2.
  tp.markflags(panel=1);
  tp.markflags(panel=2);





next up previous contents index
Next: tableplot.flagdata - Function Up: tableplot - Tool Previous: tableplot.iterplotstop - 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