Changeset 2927
- Timestamp:
 - 04/11/14 18:27:39 (12 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/python/asapplotter.py (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/python/asapplotter.py
r2795 r2927 1717 1717 self._headtext['selstr'] = selstr 1718 1718 ssel=(selstr+self._data.get_selection().__str__()+self._selection.__str__() or 'none') 1719 headstr.append(' ***Selections***\n'+ssel)1719 headstr.append('\n\n***Selections***\n'+ssel.replace('$','\$')) 1720 1720 1721 1721 if plot:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  