Changeset 2262


Ignore:
Timestamp:
09/20/09 16:15:28 (16 years ago)
Author:
Eric.Larour
Message:

Some correction in placement of title for colorbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/applyoptions.m

    r2256 r2262  
    135135                end
    136136                if ~isnan(options_structure.colorbartitle),
     137                        backup=gca;
    137138                        axes(c);lab=ylabel(options_structure.colorbartitle);set(lab,'Rotation',-90);set(lab,'VerticalAlignment','bottom');
     139                        axes(backup);
    138140                end
    139141        %colorbar OFF
     
    152154        end
    153155        if ~isnan(options_structure.colorbartitle),
     156                backup=gca;
    154157                axes(c);lab=ylabel(options_structure.colorbartitle);set(lab,'Rotation',-90);set(lab,'VerticalAlignment','bottom');
     158                axes(backup);
    155159        end
    156160end
Note: See TracChangeset for help on using the changeset viewer.