Changeset 1001 for trunk/src/uvmat.m
- Timestamp:
- Feb 27, 2017, 9:28:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r998 r1001 422 422 %% reset position and scale of axis 423 423 pos(1)=0.2*size_fig(3)+35; 424 pos(2)= 35;424 pos(2)=50; 425 425 pos(3)=0.77*size_fig(3)-1.2*ColumnWidth; 426 pos(4)=size_fig(4)- 60;426 pos(4)=size_fig(4)-100; 427 427 set(handles.PlotAxes,'Units','pixels') 428 428 set(handles.PlotAxes,'Position',pos)
Note: See TracChangeset
for help on using the changeset viewer.