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
  • ../trunk-jpl/src/m/plot/plotmodel.m

     
    4747                                set(gcf,'Position',[756    62   827   504]);
    4848                        elseif strcmpi(figposition,'mathieu'),
    4949                                set(gcf,'Position',[300 1 1580 1150]);
     50                        elseif strcmpi(figposition,'byron'),
     51                                set(gcf,'Position',[40 1580 560*1.25 420*1.25]);  %left, bottom, width, height; W=560 H=420 is default
    5052                        elseif strcmpi(figposition,'fullscreen'),
    5153                                set(gcf,'Position',get(0,'ScreenSize'));
    5254                        elseif strcmpi(figposition,'halfright'),
Note: See TracBrowser for help on using the repository browser.