How can I align the text in center of legend?

31 次查看(过去 30 天)
Hi everybody,
I want to center the text vertically in the legend box
any help would be highly appreciated;
Riyadh

回答(1 个)

Adam Danz
Adam Danz 2018-9-27
编辑:Adam Danz 2018-9-27
As is suggested in your previous question, read the documentation for the legend function.
You are currently setting the Orientation property to Horizontal. Try setting it to Vertical. Another solution is to change the NumColumns parameter. If that's not what you're looking for, please specify what you mean by aligning the text in the center.
  2 个评论
Riyadh Muttaleb
Riyadh Muttaleb 2018-9-27
I mean the text be vertically in the center, I used different numbers for NumColumns (1-100) but they didn't change anything in legend text,
Adam Danz
Adam Danz 2018-9-27
Again, I think you are currently setting the Orientation property as Horizontal when you want it to be Vertical.

请先登录,再进行评论。

类别

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