Ignore:
Timestamp:
11/04/10 19:10:17 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (trivial modification)

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): asapplotter and sdplot

Description: commented out unnecessary calls to asaplotbase.clear()


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1944 r1945  
    103103            self._plotter.figmgr.casabar=self._newcasabar()
    104104        self._plotter.hold()
    105         self._plotter.clear()
     105        #self._plotter.clear()
    106106        if not self._data and not scan:
    107107            msg = "Input is not a scantable"
Note: See TracChangeset for help on using the changeset viewer.