Changeset 2944 for trunk


Ignore:
Timestamp:
05/15/14 16:57:24 (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: Minor format change in header listing.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2927 r2944  
    17161716            selstr += '\n'
    17171717            self._headtext['selstr'] = selstr
    1718         ssel=(selstr+self._data.get_selection().__str__()+self._selection.__str__() or 'none')
     1718        #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')
    17191720        headstr.append('\n\n***Selections***\n'+ssel.replace('$','\$'))
    17201721
Note: See TracChangeset for help on using the changeset viewer.