Changeset 12602


Ignore:
Timestamp:
07/03/12 08:48:35 (13 years ago)
Author:
seroussi
Message:

minor

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

Legend:

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

    r12376 r12602  
    1 function plot_profile(md,data,options,nlines,ncols,i)
     1function plot_profile(md,data,options,nlines,ncols,ii)
    22%PLOT_SECTION - plot a given field on a profile
    33%
     
    4343
    4444        %plot profile
    45         subplot(nlines,ncols,i)
     45        subplot(nlines,ncols,ii)
    4646        plot(data_interp,z,'color',color(i,:),'LineWidth',getfieldvalue(options,'linewidth',1),'LineStyle','-');
    4747        hold on;
  • issm/trunk-jpl/src/m/model/plot/plotmodel.m

    r12390 r12602  
    4848                for i=1:numberofplots,
    4949                        plot_manager(getfieldvalue(options.list{i},'model',md),options.list{i},subplotwidth,nlines,ncols,i);
    50 
    5150                end
    5251        catch me,
Note: See TracChangeset for help on using the changeset viewer.