Changeset 19431


Ignore:
Timestamp:
07/08/15 10:25:47 (10 years ago)
Author:
cborstad
Message:

BUG: commented out a couple buggy python code changes in applyoptions.py

File:
1 edited

Legend:

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

    r19429 r19431  
    134134
    135135        #view
    136         if int(md.mesh.dimension) == 3 and options.exist('layer'):
    137                 #options.getfieldvalue('view') ?
    138                 ax=fig.gca(projection='3d')
    139         plt.show()
     136        #if int(md.mesh.dimension) == 3 and options.exist('layer'):
     137        #       #options.getfieldvalue('view') ?
     138        #       ax=fig.gca(projection='3d')
     139        #plt.show()
    140140
    141141        #axis {{{
     
    180180
    181181        #shading
    182         if options.exist('shading'):
     182        #if options.exist('shading'):
    183183
    184184        #grid {{{
Note: See TracChangeset for help on using the changeset viewer.