Changeset 608
- Timestamp:
- Apr 7, 2013, 11:26:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_up.m
r511 r608 144 144 hhview_field=guidata(hview_field); 145 145 [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%update an existing plot in view_field 146 write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object 146 %write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object 147 errormsg=fill_GUI(PlotParam,hview_field); 147 148 end 148 149 ViewFieldData=get(hview_field,'UserData'); … … 162 163 UvData.PlotAxes=ProjData; 163 164 [PlotType,PlotParam]=plot_field(ProjData,hhuvmat.PlotAxes,read_GUI(hhuvmat));%update an existing field plot 164 write_plot_param(hhuvmat,PlotParam); %update the display of plotting parameters for the current object 165 errormsg=fill_GUI(PlotParam,huvmat); 166 % write_plot_param(hhuvmat,PlotParam); %update the display of plotting parameters for the current object 165 167 end 166 168 end
Note: See TracChangeset
for help on using the changeset viewer.