Changeset 2608 for trunk/python
- Timestamp:
- 07/27/12 12:17:38 (12 years ago)
- Location:
- trunk/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r2607 r2608 78 78 self._linestyles = None 79 79 self._legendloc = None 80 81 def __del__(self):82 print "Destructor of sd.plotter"83 del self._data84 if self._plotter: self._plotter.quit()85 80 86 81 def _translate(self, instr): -
trunk/python/flagplotter.py
r2606 r2608 55 55 if type(show) == bool: 56 56 self._showflagged = show 57 print "self._showflagged =", str(show)58 57 else: 59 58 raise TypeError, "Input parameter should be a bool."
Note:
See TracChangeset
for help on using the changeset viewer.