Changeset 1169


Ignore:
Timestamp:
08/22/06 13:01:30 (18 years ago)
Author:
mar637
Message:

have to actually change the argument name doppler for it to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1168 r1169  
    407407        if self._data: self.plot(self._data)
    408408
    409     def plot_lines(self, linecat=None, offset=0.0, deltachan=10, rotate=0.0,
     409    def plot_lines(self, linecat=None, doppler=0.0, deltachan=10, rotate=0.0,
    410410                   location=None):
    411411        """
Note: See TracChangeset for help on using the changeset viewer.