Changeset 28256
- Timestamp:
- 05/06/24 18:03:34 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r27198 r28256 122 122 for label in ax.get_xticklabels() + ax.get_yticklabels(): 123 123 label.set_fontsize(options.getfieldvalue('ticklabelfontsize')) 124 if int(md.mesh.dimension ) == 3:124 if int(md.mesh.dimension()) == 3: 125 125 for label in ax.get_zticklabels(): 126 126 label.set_fontsize(options.getfieldvalue('ticklabelfontsize'))
Note:
See TracChangeset
for help on using the changeset viewer.