source: issm/oecreview/Archive/21724-22754/ISSM-21804-21805.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 666 bytes
RevLine 
[22755]1Index: ../trunk-jpl/src/m/plot/plotmodel.m
2===================================================================
3--- ../trunk-jpl/src/m/plot/plotmodel.m (revision 21804)
4+++ ../trunk-jpl/src/m/plot/plotmodel.m (revision 21805)
5@@ -47,6 +47,8 @@
6 set(gcf,'Position',[756 62 827 504]);
7 elseif strcmpi(figposition,'mathieu'),
8 set(gcf,'Position',[300 1 1580 1150]);
9+ elseif strcmpi(figposition,'byron'),
10+ set(gcf,'Position',[40 1580 560*1.25 420*1.25]); %left, bottom, width, height; W=560 H=420 is default
11 elseif strcmpi(figposition,'fullscreen'),
12 set(gcf,'Position',get(0,'ScreenSize'));
13 elseif strcmpi(figposition,'halfright'),
Note: See TracBrowser for help on using the repository browser.