gridfig

grid alignment of figure
108 Downloads
Updated 4 Dec 2016

View License

This function aligns MATLAB figures horizonally or vertically from topleft of main monitor. If monitor space is not enough, plot in half size. If half is not enough, throw error. Simple is the best.
Usage:
gridfig -> vertical alignment
gridfig ver -> vertical alignment
gridfig hor -> horizontal alignment
gridfig default -> revert alignment and stack figures (MATLAB default)
Currently only work on main monitor. In the future version, monitor selection function for multiple monitor will be included.

Cite As

JaeHyeok Park (2024). gridfig (https://www.mathworks.com/matlabcentral/fileexchange/60560-gridfig), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interactive Control and Callbacks in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.4

Now the earlier plots have alignment priority than others.

1.3.0.0

minor mistake fix

1.2.0.0

Alignment revert to default setting is added (Usage : gridfig default)

1.1.0.0

if monitor space is not enough, draw in half size

1.0.0.0