Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | tableplot |
# iterate through and stop after 5 iterations of 2 plots per page tp := tableplot(); tp.settables(tabnames=['3c273.ms','3c48.ms']); plotopts.nxpanels := 1; plotopts.nypanels := 2; labels := ['Amplitude vs UVdist (iterating over Antenna1)','uvdist','amplitude']; xystr := ['SQRT(SUMSQUARE(UVW[1:2]))','AMPLITUDE(DATA[1,1])']; iteraxes := ['ANTENNA1']; tp.iterplotstart(poption=plotopts,labels=labels,datastr=xystr,iteraxes=iteraxes); ret := tp.iterplotnext(); ret := tp.iterplotnext(); ret := tp.iterplotnext(); ret := tp.iterplotnext(); ret := tp.iterplotnext(); tp.iterplotstop();