Changeset 12089


Ignore:
Timestamp:
04/20/12 14:38:33 (13 years ago)
Author:
Mathieu Morlighem
Message:

reverted: to be implemented by Chris

Location:
issm/trunk-jpl/src/m/model/plot
Files:
2 edited

Legend:

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

    r12088 r12089  
    219219                warning on MATLAB:log:logOfZero;
    220220                set(c,'YTickLabel',labels);
    221         end
    222         if exist(options,'cbYLim');
    223                 set(c,'YLim',getfieldvalue(options,'cbYLim'));
    224221        end
    225222        if exist(options,'colorbartitle'),
  • issm/trunk-jpl/src/m/model/plot/plot_gridded.m

    r12088 r12089  
    4040        data_max=max(data_grid(:));
    4141end
    42 options=changefieldvalue(options,'cbYLim',[data_min data_max]);
    4342if whitepos==1,
    4443        white  =data_max + (data_max-data_min)/55;
Note: See TracChangeset for help on using the changeset viewer.