MagInset

バージョン 1.3.0.0 (2.63 KB) 作成者: Damien
A simple function to add a magnified inset into a figure.
ダウンロード: 2.3K
更新 2015/3/19

ライセンスの表示

MagInset provides a one-line solution to add a magnified inset to a figure. The best way to learn how to use the function is to take a look at the example provided. The zip file includes:
MagInset.m - the function itself
MagInsetEx.m - a script which shows how to use MagInset.m using two examples.
Features:
- Works with single axes figures and multiple (subplot) figures.
- Inset size and position is specified using the data's co-ordinate system, not the normalized figure co-ordinate system, for ease of use.
- Can freely specify the zoom area (the region to be magnified in the inset), the inset size, the inset position, and lines that connect the inset to the zoom area.
Limitations (some of which I hope to address in the future):
- The figure size and axes position must be specified before using the MagInset function.
- The appearance of the inset axes is hard coded.

Inspiration drawn from "inset figure" via Robert R.

引用

Damien (2024). MagInset (https://www.mathworks.com/matlabcentral/fileexchange/49055-maginset), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2013b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAnnotations についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: figure inset

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.3.0.0

- Modified the function to be compatible with MATLAB R2013b (and perhaps earlier versions as well). Thanks to Shi Zhao for his help with this!

1.2.0.0

Edited the description.

1.1.0.0

Added a screen shot.

1.0.0.0