Changeset 2945 for trunk


Ignore:
Timestamp:
05/15/14 17:12:37 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: invoke sdplot sith header=True or invoke asap.plotter.print_header()

Put in Release Notes: No

Module(s): asapplotter

Description: Some more modifications to header listing.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2944 r2945  
    17171717            self._headtext['selstr'] = selstr
    17181718        #ssel=(selstr+self._data.get_selection().__str__()+self._selection.__str__() or 'none')
    1719         ssel=(selstr+self._data.get_selection().__str__()+"\n"+self._selection.__str__() or 'none')
     1719        curr_selstr = selstr+self._data.get_selection().__str__() or "none"
     1720        ssel=(curr_selstr+"\n" +self._selection.__str__())
    17201721        headstr.append('\n\n***Selections***\n'+ssel.replace('$','\$'))
    17211722
Note: See TracChangeset for help on using the changeset viewer.