Changeset 415 for trunk/src/plot_field.m


Ignore:
Timestamp:
May 9, 2012, 2:20:26 AM (12 years ago)
Author:
sommeria
Message:

bugs corrected: problems with Dt in read_civxdata and uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r411 r415  
    808808            caxis([abscontmin abscontmax])
    809809            colormap(map);
     810                       if isfield(PlotParam.Coordinates,'CheckFixEqual') && isequal(PlotParam.Coordinates.CheckFixEqual,1)
     811                set(haxes,'DataAspectRatioMode','manual')
     812                set(haxes,'DataAspectRatio',[1 1 1])
     813           end
    810814        end
    811815       
Note: See TracChangeset for help on using the changeset viewer.