Changeset 1408 for trunk/python
- Timestamp:
- 01/31/08 15:07:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1378 r1408 354 354 gui = os.environ.has_key('DISPLAY') and rcParams['plotter.gui'] 355 355 if gui: 356 import pylab as xyplotter 356 import pylab 357 xyplotter = pylab 357 358 plotter = asapplotter(gui) 358 359 del gui
Note:
See TracChangeset
for help on using the changeset viewer.