Changeset 13565


Ignore:
Timestamp:
10/08/12 10:16:32 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added default xlim and ylim so that lat long do not go beyond the figure

File:
1 edited

Legend:

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

    r13009 r13565  
    150150        options=changefieldvalue(options,'caxis',[data_min data_max]); % force caxis so that the colorbar is ready
    151151end
    152 options=addfielddefault(options,'axis','equal off');              % default axis
     152options=addfielddefault(options,'xlim',xlim);        % default xlim
     153options=addfielddefault(options,'ylim',ylim);        % default ylim
     154options=addfielddefault(options,'axis','equal off'); % default axis
    153155applyoptions(md,data,options);
    154156drawnow
Note: See TracChangeset for help on using the changeset viewer.