Changeset 23716 for issm/trunk-jpl/src/m/plot/applyoptions.py
- Timestamp:
- 02/12/19 06:10:51 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r23563 r23716 12 12 import matplotlib.pyplot as plt 13 13 except ImportError: 14 print "could not import pylab, matplotlib has not been installed, no plotting capabilities enabled"14 print("could not import pylab, matplotlib has not been installed, no plotting capabilities enabled") 15 15 16 16 def applyoptions(md,data,options,fig,axgrid,gridindex): … … 142 142 # }}} 143 143 # {{{ xlim, ylim, zlim 144 144 if options.exist('xlim'): 145 145 ax.set_xlim(options.getfieldvalue('xlim')) 146 146 if options.exist('ylim'):
Note:
See TracChangeset
for help on using the changeset viewer.