Changeset 1729
- Timestamp:
- 04/28/10 14:33:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/__init__.py
r1676 r1729 391 391 if gui: 392 392 import matplotlib 393 matplotlib.use("TkAgg")393 if not matplotlib.sys.modules['matplotlib.backends']: matplotlib.use("TkAgg") 394 394 import pylab 395 395 xyplotter = pylab
Note:
See TracChangeset
for help on using the changeset viewer.