expandAxes(hndls,ro​tEnable)

버전 1.7.0.1 (6.59 KB) 작성자: Brett Shoelson
Click any axes to expand it in a separate figure. Right-click expanded axes to export contents!
다운로드 수: 3.1K
업데이트 날짜: 2016/9/1

라이선스 보기

FUNCTION EXPANDAXES(HNDLS)
Allows you to click on any axes (or child thereof) in the list of input handles. Left-clicking will popup a new window in the position of the original, filled with the single axes and all its children. Clicking on that figure closes the popup window. (Right-clicking restores non-expanding status to the axis.)
SYNTAX:
expandAxes
Sets the current axes to expand on buttondown.

expandAxes(hndls)
Sets all axes in the input list of handles to expand on buttondown.
NOTE: This function modifies the BUTTONDOWNFCN of axes in the input list, and their children. However, it will not modify any object whose buttondownfcn is nonempty.

MOTIVATION:
In real estate, there's a saying: "Location, location, location." In computer graphics, the saying is (or ought to be): "Real estate, real estate, real estate." This function allows you to show a lot more plots, graphics, etc. in a single figure without sacrificing the ability to see larger versions of same.

인용 양식

Brett Shoelson (2024). expandAxes(hndls,rotEnable) (https://www.mathworks.com/matlabcentral/fileexchange/18291-expandaxes-hndls-rotenable), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.7.0.1

Updated license

1.7.0.0

Fixed a couple very minor bugs. Ensured R14b readiness. General cleanup.
Bug fix: should work in old and new versions of MATLAB. (If you have a version of expandAxes that is working for you, no need to change. But if you're encountering errors, this should address them.)

1.5.0.0

Right click on any expanded axes to automatically save contents to base workspace!

1.4.0.0

Now supports automatic export of images by right-clicking an expanded axes! (If the axes contains a non-image, a snapshot of the axes is exported, using |getframe|.)

1.3.0.0

Updated M file and license text file copyright to The MathWorks, Inc.

1.2.0.0

updated license text file to The MathWorks, Inc.

1.1.0.0

added copyright

1.0.0.0