1.2.2 Continue plotting on an iteration axes.
Description
Start/Continue plotting by stepping through the iteration axes.
Arguments
Example
# Iterate through the data, plotting the uvdist for each antenna1
# The same plot can be achieved with mp.uvdist( iteration=’antenna1’ ) mp.open( msname=[’./data/3C273XC1.ms’]); mp.plotoptions( subplot=121, windowsize=6, aspectratio=1.2, fontsize=14.0); mp.setdata( uvDists=[’>25kl’] ); mp.plotxy(X=’uvdist’,Y=’’,iteration=’antenna1’); mp.iterplotnext(); mp.iterplotnext(); mp.iterplotstop(); |
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search
Updated daily during alpha development.