Ignore:
Timestamp:
02/12/19 06:10:51 (6 years ago)
Author:
bdef
Message:

CHG: shifting to py3 version of python interface (py2 compatible)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/applyoptions.py

    r23563 r23716  
    1212        import matplotlib.pyplot as plt
    1313except 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")
    1515
    1616def applyoptions(md,data,options,fig,axgrid,gridindex):
     
    142142        # }}}
    143143        # {{{ xlim, ylim, zlim
    144         if options.exist('xlim'):
     144        if options.exist('xlim'):
    145145                ax.set_xlim(options.getfieldvalue('xlim'))
    146146        if options.exist('ylim'):
Note: See TracChangeset for help on using the changeset viewer.