Changeset 21297
- Timestamp:
- 10/20/16 02:25:29 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.py
r21285 r21297 229 229 else: 230 230 cb.set_label(options.getfieldvalue('colorbartitle'),fontsize=fontsize) 231 232 233 234 235 231 cb.ax.tick_params(labelsize=fontsize) 232 cb.solids.set_rasterized(True) 233 cb.update_ticks() 234 cb.set_alpha(1) 235 cb.draw_all() 236 236 plt.sca(ax) # return to original axes control 237 237 # }}}
Note:
See TracChangeset
for help on using the changeset viewer.