Changeset 11169 for issm/trunk-jpl/src/m/model/plot/plot_scatter.m
- Timestamp:
- 01/23/12 08:22:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/plot/plot_scatter.m
r11161 r11169 21 21 %generate levels 22 22 if (alreadyplot), 23 h=colorbar; 23 phch = get(findall(gcf,'type','image','tag','TMW_COLORBAR'),{'parent'}); 24 h = phch{1}; 24 25 ylim=get(h,'YLim'); 25 26 palette=colormap; … … 50 51 end 51 52 53 alreadyplot 52 54 if ~alreadyplot, 53 55 % format the colorbar
Note:
See TracChangeset
for help on using the changeset viewer.