Changeset 18275


Ignore:
Timestamp:
07/21/14 15:19:28 (11 years ago)
Author:
schlegel
Message:

CHG: remove caxis

Location:
issm/trunk-jpl/examples/Inversion
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/Inversion/CheatSheet.m

    r18274 r18275  
    1 step=3;
     1step=1;
    22if step==1
    33        %Generate observation
     
    2525        md = solve(md,StressbalanceSolutionEnum);
    2626
    27         plotmodel(md,'data',md.friction.coefficient,'caxis',[ 1.3 1.9]*10^8,'figure',1);
     27        plotmodel(md,'data',md.friction.coefficient,'figure',1);
    2828        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2);
    2929
     
    4444        md = solve(md,StressbalanceSolutionEnum);
    4545
    46         plotmodel(md,'data',md.friction.coefficient,'caxis',[ 1.3 1.9]*10^8,'figure',1);
     46        plotmodel(md,'data',md.friction.coefficient,'figure',1);
    4747        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2);
    4848
  • issm/trunk-jpl/examples/Inversion/runme.m

    r18274 r18275  
    1111        md = solve(md,StressbalanceSolutionEnum);
    1212
    13         plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1);
    14         plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 
     13        plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1,'gridded#all',1);
     14        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2,'gridded#all',1); 
    1515
    1616        save model1 md
Note: See TracChangeset for help on using the changeset viewer.