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/asaplotbase.py

    r2169 r2451  
    8282
    8383        self.buffering = buffering
     84
     85        self.events = {'button_press':None,
     86                       'button_release':None,
     87                       'motion_notify':None}
    8488
    8589    def clear(self):
     
    554558
    555559        The set_* methods of class Line2D define the attribute names and
    556         values.  For non-US usage, "colour" is recognized as synonymous with
    557         "color".
     560        values.  For non-US usage, 'colour' is recognized as synonymous with
     561        'color'.
    558562
    559563        Set the value to None to delete an attribute.
Note: See TracChangeset for help on using the changeset viewer.