Changeset 6499


Ignore:
Timestamp:
11/04/10 10:27:44 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/plot_overlay.m

    r6494 r6499  
    109109
    110110%Apply options, without colorbar and without grid
    111 options=changefieldvalue(options,'colormap','hsv');                %do not create colorbar, we will take care of it
     111options=changefieldvalue(options,'colormap','hsv');            %We used an HSV colorbar
    112112options=changefieldvalue(options,'caxis',[data_min data_max]); %force caxis so that the colorbar is ready
    113113options=addfielddefault(options,'axis','equal off');           %default axis
Note: See TracChangeset for help on using the changeset viewer.