|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
msplot.iterplotnext - Function
1.3.3 Continue plotting on an iteration axes.
Description
Start/Continue plotting by stepping through the iteration axes.
Arguments
bool
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();
__________________________________________________________________
More information about CASA may be found at the
CASA web page
Copyright © 2016 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