Changeset 28227 for issm/trunk-jpl/src/m/plot/plot_scatter.m
- Timestamp:
- 04/17/24 16:43:39 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_scatter.m
r28098 r28227 62 62 ylim = h.Limits; 63 63 end 64 palette= jet();%colormap();64 palette=turbo();%colormap(); 65 65 numcolors=size(palette,1); 66 66 levels=round_ice(linspace(ylim(1),ylim(2),numcolors+1),2);
Note:
See TracChangeset
for help on using the changeset viewer.