Changeset 1295


Ignore:
Timestamp:
07/10/09 16:35:18 (15 years ago)
Author:
Mathieu Morlighem
Message:

oops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_overlay.m

    r1293 r1295  
    4343                ylim=options_structure.ylim;
    4444        else
    45                 ylim=[min(md.y) may(md.y)];
     45                ylim=[min(md.y) max(md.y)];
    4646        end
    4747        if ~any(isnan(md.sarxm)) & ~any(isnan(md.sarym))
Note: See TracChangeset for help on using the changeset viewer.