Changeset 2795 for trunk/python


Ignore:
Timestamp:
03/15/13 19:27:48 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (Trac-287)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdplot, asapplotter

Description: removed a debug comment.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2718 r2795  
    15161516                self._data.set_selection(basesel)
    15171517                continue
    1518             print "Plotting direction of %s = %s" % (colorby, str(idx))
     1518            #print "Plotting direction of %s = %s" % (colorby, str(idx))
    15191519            # getting data to plot
    15201520            dir = array(self._data.get_directionval()).transpose()
Note: See TracChangeset for help on using the changeset viewer.