Changeset 881 for trunk/src/view_field.m


Ignore:
Timestamp:
Mar 6, 2015, 9:10:16 PM (9 years ago)
Author:
sommeria
Message:

various bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r873 r881  
    8080set(handles.PlotAxes,'UserData',AxeData)
    8181if exist('Field','var')
    82     [PlotType,PlotParamOut]= plot_field(Field,handles.PlotAxes);%,PlotParam,KeepLim,PosColorbar)
     82    [PlotType,PlotParamOut]= plot_field(Field,handles.PlotAxes);
    8383    set(handles.Axes,'Visible','on')
    8484    if isfield(PlotParamOut,'Vectors')
     
    9191    else
    9292        set(handles.Scalar,'Visible','off')
    93     end
    94    
     93    end   
    9594    errormsg=fill_GUI(PlotParamOut,hObject);
    9695    if ~isempty(errormsg)
     
    9897        return
    9998    end
    100     %write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters
    10199end
    102100
Note: See TracChangeset for help on using the changeset viewer.