Changeset 2830
- Timestamp:
- 01/14/10 11:05:43 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_manager.m
r2829 r2830 49 49 return; 50 50 case 'mesh', 51 plot_mesh(md,options, subplotwidth,i);51 plot_mesh(md,options,nlines,ncols,i); 52 52 return; 53 53 case 'penalties', -
issm/trunk/src/m/classes/public/plot/plot_overlay.m
r2829 r2830 94 94 95 95 %Select plot area 96 subplot(plotlines,plotcols,i); 96 %subplot(plotlines,plotcols,i); 97 %P=get(gca,'pos'); 98 %P(3)=P(3)+0.05; 99 %set(gca,'pos',P); 97 100 98 101 %Plot: -
issm/trunk/src/m/classes/public/plot/scaleruler.m
r844 r2830 27 27 %Text 28 28 xt=Bu(1); 29 yt=Bu(2)+ widthscale;29 yt=Bu(2)+2*widthscale; 30 30 text(xt,yt,num2str(Tick),'FontSize',13,'FontWeight','b'); 31 31 … … 50 50 %Text 51 51 xt=Bu(1); 52 yt=Bu(2)+ widthscale;52 yt=Bu(2)+2*widthscale; 53 53 if i~=numberofticks-1, 54 54 text(xt,yt,num2str(round_ice(Tick/1000,3)),'FontSize',13,'FontWeight','b');
Note:
See TracChangeset
for help on using the changeset viewer.