Ignore:
Timestamp:
04/17/24 16:43:39 (12 months ago)
Author:
Mathieu Morlighem
Message:

CHG: use colormap turbo by default instead of jet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_scatter.m

    r28098 r28227  
    6262                ylim = h.Limits;
    6363        end
    64         palette=jet();%colormap();
     64        palette=turbo();%colormap();
    6565        numcolors=size(palette,1);
    6666        levels=round_ice(linspace(ylim(1),ylim(2),numcolors+1),2);
Note: See TracChangeset for help on using the changeset viewer.