Changeset 19431
- Timestamp:
- 07/08/15 10:25:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r19429 r19431 134 134 135 135 #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() 140 140 141 141 #axis {{{ … … 180 180 181 181 #shading 182 if options.exist('shading'):182 #if options.exist('shading'): 183 183 184 184 #grid {{{
Note:
See TracChangeset
for help on using the changeset viewer.