Ignore:
Timestamp:
08/23/06 13:15:32 (18 years ago)
Author:
mar637
Message:

various changes to support the pylab plotter 'xyplotter'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1171 r1175  
    349349    from  asapplotter import asapplotter
    350350    gui = os.environ.has_key('DISPLAY') and rcParams['plotter.gui']
     351    if gui:
     352        import pylab as xyplotter
    351353    plotter = asapplotter(gui)
    352354    del gui
     
    528530            axhline,axvline - draw horizontal/vertical lines
    529531            axhspan,axvspan - draw horizontal/vertical regions
    530            
     532
     533        xyplotter           - matplotlib/pylab plotting functions
     534
    531535    [Reading files]
    532536        reader              - access rpfits/sdfits files
Note: See TracChangeset for help on using the changeset viewer.