Ignore:
Timestamp:
06/08/09 15:14:06 (16 years ago)
Author:
Mathieu Morlighem
Message:

some fixing in plots

File:
1 edited

Legend:

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

    r839 r844  
    122122end
    123123
    124 %axis
    125 if ~isnan(options_structure.axis)
    126         eval(['axis ' options_structure.axis]);
    127 end
    128 
    129124%area
    130125if ~isnan(options_structure.area),
     
    168163end
    169164
     165%axis
     166if ~isnan(options_structure.axis)
     167        eval(['axis ' options_structure.axis]);
     168end
     169
    170170%streamliness
    171171if iscell(options_structure.streamlines) | ~isnan(options_structure.streamlines),
Note: See TracChangeset for help on using the changeset viewer.