Changeset 22125


Ignore:
Timestamp:
09/27/17 11:46:34 (8 years ago)
Author:
schlegel
Message:

CHG: can't plot log with zero values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/UncertaintyQuantification/runme.m

    r21057 r22125  
    1414                textpositions{i}=[contour.x(end) contour.y(end)];
    1515        end
    16 
    17         plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'log',10,'expdisp',...
     16        vel=md.results.StressbalanceSolution.Vel; vel(vel==0)=nan;
     17        plotmodel(md,'data',vel,'log',10,'expdisp',...
    1818                {'MassFluxes/MassFlux1.exp','MassFluxes/MassFlux2.exp',...
    1919                'MassFluxes/MassFlux3.exp','MassFluxes/MassFlux4.exp',...
Note: See TracChangeset for help on using the changeset viewer.