Changeset 19026


Ignore:
Timestamp:
01/20/15 14:50:19 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added isinf check on data_min

File:
1 edited

Legend:

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

    r15400 r19026  
    8686
    8787%Apply options
    88 if ~isnan(data_min),
     88if ~isnan(data_min) & ~isinf(data_min),
    8989        options=changefieldvalue(options,'caxis',[data_min data_max]); % force caxis so that the colorbar is ready
    9090end
Note: See TracChangeset for help on using the changeset viewer.