Public Member Functions | |
def | __init__ |
def | quit |
def | map |
def | unmap |
Public Attributes | |
window | |
canvas | |
figmgr |
ASAP plotting class based on matplotlib.
Definition at line 11 of file asaplot.py.
def asap.asaplot.asaplot.__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 15 of file asaplot.py.
def asap.asaplot.asaplot.map | ( | self | ) |
This method is not available in non-GUI plotting class
Definition at line 39 of file asaplot.py.
def asap.asaplot.asaplot.quit | ( | self | ) |
Definition at line 35 of file asaplot.py.
Referenced by TablePlotTkAgg.PlotFlag.configure_buttons(), and TablePlotTkAgg.PlotFlag.destroy().
def asap.asaplot.asaplot.unmap | ( | self | ) |
This method is not available in non-GUI plotting class
Definition at line 43 of file asaplot.py.
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 27 of file asaplot.py.
Referenced by asap.customgui_tkagg.NotationWindowTkAgg._modify_note(), asap.customgui_qt4agg.NotationWindowQT4Agg._modify_note(), asap.customgui_base.NotationWindowCommon.print_text(), asap.asaplotgui_gtk.asaplotgui.quit(), and asap.asaplotgui_qt4.asaplotgui.quit().
Reimplemented from asap.asaplotbase.asaplotbase.
Definition at line 28 of file asaplot.py.
Referenced by asap.asaplotgui_gtk.asaplotgui.quit(), and asap.asaplotgui_qt4.asaplotgui.quit().
Definition at line 26 of file asaplot.py.
Referenced by asap.asaplotgui_gtk.asaplotgui.quit(), asap.asaplotgui_qt4.asaplotgui.quit(), asap.asaplotgui.asaplotgui.terminate(), asap.asaplotgui_gtk.asaplotgui.terminate(), asap.asaplotgui_qt4.asaplotgui.terminate(), asap.asaplotgui.asaplotgui.unmap(), asap.asaplotgui_gtk.asaplotgui.unmap(), and asap.asaplotgui_qt4.asaplotgui.unmap().