Changeset 238 for trunk/src/plot_field.m


Ignore:
Timestamp:
Apr 18, 2011, 10:42:29 PM (13 years ago)
Author:
sommeria
Message:

various bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r231 r238  
    900900            if MinA<MaxA
    901901                set(haxes,'CLim',[MinA MaxA])
    902                 %caxis([MinA MaxA])
    903902            else
    904                 set(haxes,'CLim',[MinA MaxA])
    905                 %caxis([MaxA-1 MaxA])
     903                set(haxes,'CLim',[MinA MaxA+1])
    906904            end
    907905            set(hima,'XData',AX);
     
    909907        end
    910908    end
    911 %     if ~isstruct(AxeData)
    912 %         AxeData=[];
    913 %     end
    914909    test_ima=1;
    915910   
Note: See TracChangeset for help on using the changeset viewer.