Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotbase.py

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