|
|
| File Information |
| Description |
What if you have a number of tiny subplots or images in a figure window and would like to be able to visually inspect them?
Call allowaxestogrow(f) on a figure f with any number of sub-axes.
Then, whenever one of the plots or images is clicked, it immediately grows to the size of the full window (or a pre-set size).
When clicked again, it returns to its original position. |
| MATLAB release |
MATLAB 7.7 (R2008b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Jun 2007 |
Greatly improved. In addition to growing plots, we now can grow images. Also, figure legends are preserved. |
| 04 Jun 2007 |
added colorbar support, supersedes previous update |
| 15 Jun 2007 |
Work around reported bug when axis type is a cell array.
T W, I can't figure out how to reproduce this bug. Please contact me by email if you have a test case I can use.
Also, add click support to patches. |
| 25 Feb 2009 |
Allows user to set predefined size for zoomed plot; colorbars finally work well.
Much simplified by using invisible patches to trap clicks. Now requires Matlab's OpenGL renderer which may cause side effects on some older systems. |
| 29 Apr 2009 |
Try to preserve plot order better; Preserve plot aspect ratio. (Version 0.31) |
| 08 May 2009 |
Work around Matlab bug in which figure plots are created in. |
| 15 May 2009 |
Increased compatibility with others' graphics scripts by using appdata, single button-down function. |
|
Contact us at files@mathworks.com