Changeset 748 for trunk/src/view_field.m
- Timestamp:
- Apr 23, 2014, 4:57:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r726 r748 79 79 if exist('Field','var') 80 80 [PlotType,PlotParamOut]= plot_field(Field,handles.PlotAxes);%,PlotParam,KeepLim,PosColorbar) 81 set(handles. Coordinates,'Visible','on')81 set(handles.Axes,'Visible','on') 82 82 if isfield(PlotParamOut,'Vectors') 83 83 set(handles.Vectors,'Visible','on') … … 138 138 set(handles.CheckHold,'Position',pos_CheckHold) 139 139 140 %% reset position of Coordinates141 pos_2=get(handles. Coordinates,'Position');% [lower x lower y width height] for frame 'Coordinates'140 %% reset position of Axes 141 pos_2=get(handles.Axes,'Position');% [lower x lower y width height] for frame 'Coordinates' 142 142 pos_2(1)=size_fig(3)-pos_2(3); % set 'Coordinates' to the right of the fig 143 143 pos_2(2)=pos_CheckHold(2)-pos_2(4); % set 'Coordinates' to the lower edge of text display, allowing a margin for CheckHold 144 set(handles. Coordinates,'Position',pos_2)144 set(handles.Axes,'Position',pos_2) 145 145 146 146 %% reset position of Scalar
Note: See TracChangeset
for help on using the changeset viewer.