Changeset 24067
- Timestamp:
- 07/05/19 00:58:01 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/manualcb.m
r23138 r24067 140 140 %Back to original axes 141 141 if getfieldvalue(options,'showregion',0)==0, 142 axes(mainaxes); 142 %Do it this way in order to preserve the figure visibility 143 set(gcf,'CurrentAxes',mainaxes); 143 144 end 144 145
Note:
See TracChangeset
for help on using the changeset viewer.