Gridfigure - figures automatically appear aligned

Makes figure windows automatically appear organized in grid style.
ダウンロード: 1.3K
更新 2015/8/17

Running Gridfigure lets figure windows automatically appear organized in grid style, without any commands.
Gridfigure also provides a command to batch resize and organize figures in grid style, with full support of multiscreens.
### Automatic Alignment
After installation, by executing the code below, automatic alignment becomes effective:
set(0,'defaultfigurecreatefcn',@(varargin) gfigure('tail','nofocus',varargin{1}));
Writing this code in startup.m will improve convenience. (see http://www.mathworks.com/help/matlab/ref/startup.html for details on startup.m)
The above code alters the 'defaultfigurecreatefcn' property of 'figure'. Note that this feature is currently (1.16.2015) undocumented in MATLAB.

### Manual alignment:
Manual alignment is also possible:
gfigure -> Align all visible figures in grid style
gfigure 1:5 -> Align specified figures in grid style
gfigure 400 300 -> Resize figure to 400x300 and align (setting is remembered)
gfigure disp 2 -> (-d) Show on second display (setting is remembered)
gfigure row -> (-r) Align row-wise ('col' or '-s' for column-wise. setting is remembered)
gfigure nofocus -> (-n) Don't give focus and only align
gfigure tail -> (-t) Move figures to end
gfigure size 400 300 -> (-s) Explicitly specify figure size
Composite Calls are also possible:
gfigure 400 300 row 1:5 disp 2
gfigure 1 400 300 row -> Ambiguous call. gfigure guesses min(1,300) is the figure handle
gfigure('disp',[3 1 2],400,300,[1 3 5 7 9])

### Installation
1. Save ./gridfigure in an arbitrary directory.
2. Open MATLAB and execute "pathtool"
3. Choose the "Add with Subfolders..." button,
then choose the gridfigure directory you have added,
then choose "OK", and then "Save".

引用

Hikaru Ikuta (2024). Gridfigure - figures automatically appear aligned (https://github.com/woodrush/gridfigure), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2013b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.5.0.0

Update description

1.3.0.0

Update GitHub

1.1.0.0

12.12.2014 - updated name to gridfigure

1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。