Ignore:
Timestamp:
03/30/12 19:58:59 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-3749)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: unit tests of sdplot

Put in Release Notes: No

Module(s): sdplot, sdfit, sdstat, sdflag, sdcal, sdreduce

Description:

Made asapplotter not to generate plotter window at start-up, but the window is
only generated at the first invokation of plotting operation.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r2409 r2451  
    544544            return
    545545        if not self._p or self._p.is_dead:
    546             #if rcParams['plotter.gui']:
    547             #    from asap.asaplotgui import asaplotgui as asaplot
    548             #else:
    549             #    from asap.asaplot import asaplot
    550             #self._p = asaplot()
    551546            from asap.asapplotter import new_asaplot
     547            del self._p
    552548            self._p = new_asaplot(rcParams['plotter.gui'])
    553549        self._p.hold()
Note: See TracChangeset for help on using the changeset viewer.