GridLegend

버전 1.0.2.0 (8.03 KB) 작성자: Shane L
Creates a legend in which the entries are arranged in a grid
다운로드 수: 927
업데이트 날짜: 2022/9/23

라이선스 보기

This function creates a legend in which the entries are arranged in a grid or table.
If you are plotting a large number of results, a regular legend can be overwhelming. Many times, the results can be logically arranged in a grid or table. This function creates a grid legend, which can take up less space than a regular legend and can be easier for the reader to understand. This function accepts many of the same name-value pair inputs as the built-in legend function to give the user control over the location and appearance of the grid legend.
An example function is also included to demonstrate some of the features of grid legend.

인용 양식

Shane L (2024). GridLegend (https://www.mathworks.com/matlabcentral/fileexchange/66464-gridlegend), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Corrected issue with multiple subplots by turning off handle visibility of the gridlegend; added option to input custom line length (item size); added option to print multi-line row and column labels

1.0.1.0

Added a variable to independently set the heights of the column headers row and the rest of the rows in the grid. This way, if there are subscripts or superscripts in the column headers, the remainder of the rows are not too widely spaced.

1.0.0.0