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.markflags - Function Up: tableplot - Tool Previous: tableplot.iterplotnext - Function


tableplot.iterplotstop - Function



Package utility
Module table
Tool tableplot


Stop plot iterations.


Synopsis
iterplotstop()


Description
To be called at the end of the plot iterations, or in between if desired.



Arguments



Returns
0 if all is valid, -1 otherwise


Example
# 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();





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