Changeset 7942 for issm/trunk/src/m/model/plot/plot_gridded.m
- Timestamp:
- 04/18/11 10:02:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_gridded.m
r7587 r7942 41 41 subplot(plotlines,plotcols,i); 42 42 %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; 46 46 %P(1)=P(1)-0.02; 47 set(gca,'pos',P);47 %set(gca,'pos',P); 48 48 49 49 %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.