Changeset 881 for trunk/src/view_field.m
- Timestamp:
- Mar 6, 2015, 9:10:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r873 r881 80 80 set(handles.PlotAxes,'UserData',AxeData) 81 81 if exist('Field','var') 82 [PlotType,PlotParamOut]= plot_field(Field,handles.PlotAxes); %,PlotParam,KeepLim,PosColorbar)82 [PlotType,PlotParamOut]= plot_field(Field,handles.PlotAxes); 83 83 set(handles.Axes,'Visible','on') 84 84 if isfield(PlotParamOut,'Vectors') … … 91 91 else 92 92 set(handles.Scalar,'Visible','off') 93 end 94 93 end 95 94 errormsg=fill_GUI(PlotParamOut,hObject); 96 95 if ~isempty(errormsg) … … 98 97 return 99 98 end 100 %write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters101 99 end 102 100
Note: See TracChangeset
for help on using the changeset viewer.