Changeset 511 for trunk/src/mouse_up.m
- Timestamp:
- Aug 2, 2012, 3:12:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_up.m
r483 r511 143 143 else 144 144 hhview_field=guidata(hview_field); 145 [PlotType,PlotParam]=plot_field(ProjData,hhview_field. axes3,read_GUI(hview_field));%update an existing plot in view_field145 [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%update an existing plot in view_field 146 146 write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object 147 147 end 148 148 ViewFieldData=get(hview_field,'UserData'); 149 % ViewFieldData. axes3=ProjData;149 % ViewFieldData.PlotAxes=ProjData; 150 150 haxes=findobj(hview_field,'tag','axes3'); 151 151 if strcmp(get(haxes,'Visible'),'off')%sempty(PlotParam.Coordinates)% case of no plot display (pure text table) … … 160 160 end 161 161 else 162 UvData. axes3=ProjData;163 [PlotType,PlotParam]=plot_field(ProjData,hhuvmat. axes3,read_GUI(hhuvmat));%update an existing field plot162 UvData.PlotAxes=ProjData; 163 [PlotType,PlotParam]=plot_field(ProjData,hhuvmat.PlotAxes,read_GUI(hhuvmat));%update an existing field plot 164 164 write_plot_param(hhuvmat,PlotParam); %update the display of plotting parameters for the current object 165 165 end
Note: See TracChangeset
for help on using the changeset viewer.