- Timestamp:
- Nov 25, 2010, 10:14:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r128 r132 2694 2694 else 2695 2695 [PlotType,PlotParamOut]=plot_field(ObjectData,haxes(imap),PlotParam{imap},keeplim(imap),PosColorbar{imap}); 2696 write_plot_param(plot_handles{imap},PlotParamOut) %update the auto plot parameters 2696 write_plot_param(plot_handles{imap},PlotParamOut) %update the auto plot parameters 2697 if imap==1 2698 UvData.ProjField=ObjectData; 2699 else 2700 ViewFieldData=get(view_field_handle,'UserData'); 2701 ViewFieldData.ProjField=ObjectData; 2702 set(view_field_handle,'UserData',ViewFieldData) 2703 end 2697 2704 end 2698 2705 if isequal(PlotType,'none') … … 4277 4284 4278 4285 %------------------------------------------------------------------- 4279 function [PlotType,ScalOut]=update_plot(handles)4286 function update_plot(handles) 4280 4287 %------------------------------------------------------------------- 4281 4288 haxes= handles.axes3;
Note: See TracChangeset
for help on using the changeset viewer.