- Timestamp:
- 01/28/11 15:34:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplotbase.py
r1946 r1980 231 231 else: 232 232 line = self.axes.plot(x, y, fmt) 233 # add a picker to lines for spectral value mode. 234 # matplotlib.axes.plot returns a list of line object (1 element) 235 line[0].set_picker(5.0) 233 236 234 237 # Add to an existing line?
Note:
See TracChangeset
for help on using the changeset viewer.