Changeset 1408


Ignore:
Timestamp:
01/31/08 15:07:57 (16 years ago)
Author:
Malte Marquarding
Message:

use pylab as a reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1378 r1408  
    354354        gui = os.environ.has_key('DISPLAY') and rcParams['plotter.gui']
    355355        if gui:
    356             import pylab as xyplotter
     356            import pylab
     357            xyplotter = pylab
    357358            plotter = asapplotter(gui)
    358359            del gui
Note: See TracChangeset for help on using the changeset viewer.