Changes in trunk/python/asaplotbase.py [2451:2169]
- File:
-
- 1 edited
-
trunk/python/asaplotbase.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplotbase.py
r2451 r2169 82 82 83 83 self.buffering = buffering 84 85 self.events = {'button_press':None,86 'button_release':None,87 'motion_notify':None}88 84 89 85 def clear(self): … … 558 554 559 555 The set_* methods of class Line2D define the attribute names and 560 values. For non-US usage, 'colour'is recognized as synonymous with561 'color'.556 values. For non-US usage, "colour" is recognized as synonymous with 557 "color". 562 558 563 559 Set the value to None to delete an attribute.
Note:
See TracChangeset
for help on using the changeset viewer.
