Ignore:
Timestamp:
08/21/06 16:27:55 (18 years ago)
Author:
mar637
Message:

more argument types for scanatble.set_restfreqs; tidying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1153 r1157  
    454454                            maxys.append(ma.maximum(y))
    455455                    peak = max(maxys)
    456                     self._plotter.vline_with_label(freq, peak, linecat.get_name(row),
    457                                              location=loc, rotate=rotate)
     456                    self._plotter.vline_with_label(freq, peak,
     457                                                   linecat.get_name(row),
     458                                                   location=loc, rotate=rotate)
    458459        #        self._plotter.release()
    459460        self._plotter.show(hardrefresh=False)
Note: See TracChangeset for help on using the changeset viewer.