NRAO Home > CASA > CASA Toolkit Reference Manual
tableplot.clearplot - Function

3.2.2 Clear a plot.


Description

Clear a plot. An empty argument list (i.e., clearplot()) or clearplot(0) clears all plots currently visible whereas clearplot(nrows,ncols,panel) clears a plot on a specified panel.

Arguments





Inputs

nrows

Number of rows of panels

allowed:

int

Default:

0

ncols

Number of columns of panels

allowed:

int

Default:

0

panel

Panel number (index)

allowed:

int

Default:

0

Returns
bool

Example

 
 
# clear all flags from two measurement set tables  
 
  tp.open(tabnames=[’3c273.ms’,’3c48.ms’])  
  tp.clearflags()  
  tp.done()  
 

__________________________________________________________________


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