numColumns Property in legend
이전 댓글 표시
I've got the need to arrange my legend into two columns. Luckily, I found matlab has the built-in method to do it.
However, as the image shows, even the example given by MATLAB does not work here. No matter I use the paired value set as legend({}, 'NumColumns', 2) or I use the dot notation as lgd = legend({}), and then lgd.NumColumns = 2.
I wonder what's the matter. Is this properties cut in recent version or is there something wrong?
Thanks a lot

댓글 수: 3
dpb
2018년 3월 23일
Doc doesn't indicate which release was introduced with; it's not in R2016b here; which release are you on?
Linda de Man
2018년 3월 25일
i`m on R2017b version and it doesn`t work
Star Strider
2018년 3월 25일
It’s new in R2018a.
답변 (1개)
Rik
2018년 3월 25일
1 개 추천
For those not on R2018a, there is a FEX submission that should provide the same functionality: columnlegend
댓글 수: 1
Golan Bel
2018년 10월 24일
It does not provide the same functionality as it does not allow to set the font properties nor many other tweaks.
카테고리
도움말 센터 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!