Ignore:
Timestamp:
04/18/11 20:16:37 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: List test programs

Put in Release Notes: No

Module(s): asapplotter, sdplot

Description: a fix for non-GUI and QT4 plotting


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplot.py

    r1826 r2146  
    2424        self.canvas = FigureCanvasAgg(self.figure)
    2525        self.figmgr = FigureManagerBase(self.canvas,1)
     26
     27    def map(self):
     28        """ This method is not available in non-GUI plotting class"""
     29        pass
     30
     31    def unmap(self):
     32        """ This method is not available in non-GUI plotting class"""
     33        pass
     34
Note: See TracChangeset for help on using the changeset viewer.