Changeset 13771 for issm/trunk-jpl/src/m/plot/plotmodel.py
- Timestamp:
- 10/20/12 14:39:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotmodel.py
r13440 r13771 1 import pylab as p 1 2 try: 3 import pylab as p 4 except ImportError: 5 print "could not import pylab, matplotlib has not been installed, no plotting capabilities enabled" 6 2 7 #from pairoptions import * 3 8 from plotoptions import plotoptions
Note:
See TracChangeset
for help on using the changeset viewer.