Ignore:
Timestamp:
06/18/20 16:01:39 (5 years ago)
Author:
jdquinn
Message:

CHG: Saving progress on SLR/Solid Earth translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/plot/plotmodel.m

    r25038 r25065  
    1010
    1111%get number of subplots
    12 subplotwidth=ceil(sqrt(options.numberofplots));
     12subplotwidth=ceil(sqrt(numberofplots));
    1313
    1414%if nlines and ncols specified, then bypass.
     
    104104        end % }}}
    105105
    106         %Use zbuffer renderer (snoother colors) and white background
     106        %Use zbuffer renderer (smoother colors) and white background
    107107        set(f,'Renderer','zbuffer','color',getfieldvalue(options.list{1},'figurebackgroundcolor','w'));
    108108
     
    125125        end
    126126else
    127         error('plotmodel error message: no output data found. ');
     127        error('plotmodel error message: no output data found.');
    128128end
Note: See TracChangeset for help on using the changeset viewer.