Changeset 25065 for issm/trunk-jpl/src/m/plot/plotmodel.m
- Timestamp:
- 06/18/20 16:01:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/plot/plotmodel.m ¶
r25038 r25065 10 10 11 11 %get number of subplots 12 subplotwidth=ceil(sqrt( options.numberofplots));12 subplotwidth=ceil(sqrt(numberofplots)); 13 13 14 14 %if nlines and ncols specified, then bypass. … … 104 104 end % }}} 105 105 106 %Use zbuffer renderer (s noother colors) and white background106 %Use zbuffer renderer (smoother colors) and white background 107 107 set(f,'Renderer','zbuffer','color',getfieldvalue(options.list{1},'figurebackgroundcolor','w')); 108 108 … … 125 125 end 126 126 else 127 error('plotmodel error message: no output data found. 127 error('plotmodel error message: no output data found.'); 128 128 end
Note:
See TracChangeset
for help on using the changeset viewer.