MagInset

Versione 1.3.0.0 (2,63 KB) da Damien
A simple function to add a magnified inset into a figure.
2,3K download
Aggiornato 19 mar 2015

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2013b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato da: figure inset

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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