casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | Private Member Functions
asap.asaplotgui.asaplotgui Class Reference
Inheritance diagram for asap.asaplotgui.asaplotgui:
asap.asaplotbase.asaplotbase

List of all members.

Public Member Functions

def __init__
def map
def quit
def show
def terminate
def unmap

Public Attributes

 window
 canvas
 figmgr
 is_dead

Private Member Functions

def _set_window_title

Detailed Description

ASAP plotting class based on matplotlib.

Definition at line 15 of file asaplotgui.py.


Constructor & Destructor Documentation

def asap.asaplotgui.asaplotgui.__init__ (   self,
  rows = 1,
  cols = 0,
  title = '',
  size = None,
  buffering = False 
)
Create a new instance of the ASAPlot plotting class.

If rows < 1 then a separate call to set_panels() is required to define
the panel layout; refer to the doctext for set_panels().

Reimplemented from asap.asaplotbase.asaplotbase.

Definition at line 20 of file asaplotgui.py.


Member Function Documentation

def asap.asaplotgui.asaplotgui._set_window_title (   self,
  title 
) [private]

Definition at line 104 of file asaplotgui.py.

Reveal the ASAPlot graphics window and bring it to the top of the
window stack.

Definition at line 48 of file asaplotgui.py.

References asap.asaplotbase.asaplotbase.is_dead.

Destroy the ASAPlot graphics window.

Definition at line 58 of file asaplotgui.py.

Referenced by TablePlotTkAgg.PlotFlag.configure_buttons(), and TablePlotTkAgg.PlotFlag.destroy().

def asap.asaplotgui.asaplotgui.show (   self,
  hardrefresh = True 
)
Clear the figure.

Definition at line 84 of file asaplotgui.py.

References asap.asaplot.asaplot.window, and asap.asaplotgui.asaplotgui.window.

Hide the ASAPlot graphics window.

Definition at line 94 of file asaplotgui.py.

References asap.asaplot.asaplot.window, and asap.asaplotgui.asaplotgui.window.


Member Data Documentation

Reimplemented from asap.asaplotbase.asaplotbase.

Definition at line 39 of file asaplotgui.py.

Reimplemented from asap.asaplotbase.asaplotbase.

Definition at line 62 of file asaplotgui.py.


The documentation for this class was generated from the following file: