Changeset 569 for trunk/src/set_object.m
- Timestamp:
- Feb 19, 2013, 7:19:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r546 r569 504 504 hhview_field=guidata(hview_field); 505 505 [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%update an existing plot in view_field 506 write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object 506 errormsg=fill_GUI(PlotParam,hhview_field); 507 if ~isempty(errormsg) 508 msgbox_uvmat('ERROR',errormsg) 509 return 510 end 511 % write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object 507 512 end 508 513 haxes=findobj(hview_field,'tag','axes3');
Note: See TracChangeset
for help on using the changeset viewer.