Changeset 2262
- Timestamp:
- 09/20/09 16:15:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r2256 r2262 135 135 end 136 136 if ~isnan(options_structure.colorbartitle), 137 backup=gca; 137 138 axes(c);lab=ylabel(options_structure.colorbartitle);set(lab,'Rotation',-90);set(lab,'VerticalAlignment','bottom'); 139 axes(backup); 138 140 end 139 141 %colorbar OFF … … 152 154 end 153 155 if ~isnan(options_structure.colorbartitle), 156 backup=gca; 154 157 axes(c);lab=ylabel(options_structure.colorbartitle);set(lab,'Rotation',-90);set(lab,'VerticalAlignment','bottom'); 158 axes(backup); 155 159 end 156 160 end
Note:
See TracChangeset
for help on using the changeset viewer.