Changeset 1158


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

help for plot_lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1157 r1158  
    410410                   location=None):
    411411        """
     412        Plot a line catalog.
     413        Parameters:
     414            linecat:      the linecatalog to plot
     415            offset:       the shift in frequency to apply to the frequencies
     416            deltachan:    the number of channels to include each side of the
     417                          line to determine a local maximum/minimum
     418            rotate:       the rotation for the text label
     419            location:     the location of the line annotation from the 'top',
     420                          'bottom' or alternate (None - the default)
    412421        """
    413422        if not self._data: return
Note: See TracChangeset for help on using the changeset viewer.