title on legend 2014b

조회 수: 2 (최근 30일)
Esben
Esben 2014년 10월 21일
댓글: Eyal Ben-Hur 2017년 6월 23일
Hi
I have read and now experienced that the legend of plots have been changed in the new version of MATLAB - 2014b. Now i have the problem that the 'title' property of a legend has been removed.
earlier i could use codes like:
h=legend(...)
v = get(h,'title');
set(v,'string','MY TEXT');
any easy way without using a simple text box?
Thanks, Esben
  댓글 수: 1
Eyal Ben-Hur
Eyal Ben-Hur 2017년 6월 23일
Take a look here

댓글을 달려면 로그인하십시오.

답변 (1개)

Robert Cumming
Robert Cumming 2014년 10월 21일
편집: Robert Cumming 2014년 11월 2일
In the previous versions of Matlab legend was built on an axes.
Access to the title property of the legend wasn't (as far as I know) documented - hence it was there more by accidental design than intended design if you get what I mean.
The re-writing of legend means its no longer a by-product of an axes. By that fact I suspect this "feature" has also dissapeared.
Looking at the properties of legend, both documented and undocumented as far as I can tell there is no title to set.
edit: I have uploaded a submission to the FEX which you can use in both HG1 and HG2 to set titles on legends.
  댓글 수: 3
Image Analyst
Image Analyst 2014년 11월 1일
Can you get the 'Position' property of the legend box, then use text() to place some text atop it?
Eyal Ben-Hur
Eyal Ben-Hur 2017년 6월 23일
@Image Analyst, You may find a solution for that here

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by