Changeset 21805


Ignore:
Timestamp:
07/18/17 07:16:58 (8 years ago)
Author:
bparizek
Message:

CHG: adding Byron's settings to figureposition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plotmodel.m

    r14401 r21805  
    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'));
Note: See TracChangeset for help on using the changeset viewer.