Changeset 2642


Ignore:
Timestamp:
11/11/09 14:46:14 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed axis auto for section plot

File:
1 edited

Legend:

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

    r2562 r2642  
    181181if (strcmpi(md.type,'3d') & getfieldvalue(options,'view')==2 )
    182182        options=addfielddefault(options,'ylabel','z');
     183        options=addfielddefault(options,'axis','auto');
    183184end
    184185applyoptions(md,[],options);
Note: See TracChangeset for help on using the changeset viewer.