Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | tableplot |
panel | Panel number | ||
Allowed: | Integer | ||
Default: | 1 | ||
direction | 1 to zoom, 0 to unzoom | ||
Allowed: | Integer | ||
Default: | 1 |
# zoom and then unzoom on panel 2 tp.zoomplot(panel=2,direction=1); tp.zoomplot(panel=2,direction=0);Flagging and zooming can be interleaved, i.e. flag regions can be marked on a zoomed plot using markflags(), and applied using flagdata() before or after unzooming.
# Zoom on panel 1 and perform flagging. tp.zoomplot(panel=1,direction=1); tp.markflags(panel=1); tp.markflags(panel=1); tp.flagdata(diskwrite=1,rowflag=0); tp.zoomplot(panel=1,direction=0);