Ignore:
Timestamp:
04/18/11 10:02:16 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r7587 r7942  
    4141subplot(plotlines,plotcols,i);
    4242%uncomment following lines to have more space
    43 P=get(gca,'pos');
    44 P(3)=P(3)+0.05;
    45 P(4)=P(4)+0.03;
     43%P=get(gca,'pos');
     44%P(3)=P(3)+0.05;
     45%P(4)=P(4)+0.03;
    4646%P(1)=P(1)-0.02;
    47 set(gca,'pos',P);
     47%set(gca,'pos',P);
    4848
    4949%pcolor(xlim(1)+post/2:post:xlim(2)-post/2,ylim(1)+post/2:post:ylim(2)-post/2,data_grid);set(gca,'YDir','normal');
Note: See TracChangeset for help on using the changeset viewer.