Change position of legend and stacking to horizontal

17 次查看(过去 30 天)
Hi,
I have this figure with a lot of information and the boxes of the legend are either larger than the box of my graph or overlay my figure curves. Therefore, I was wondering if it is possible to change the position of the legend box to under the graphs, and to change the stacking from vertical to horizontal. In attachment, I upload the figure where I illustratie what I mean.
Thanksfig2.png
  1 个评论
John D'Errico
John D'Errico 2023-4-27
编辑:John D'Errico 2023-4-27
To the person who chose to flag the answer, if you think the answer did not solve your problem, then add a comment to the answer, explaining why this is the case, as opposed to flagging the answer. Flags should be reserved for problems that require moderator attention.
(To be honest, I think you are correct, in that moving a legend within the figure will not help you. However, the legend function cannot be used to put a legend where you wanit it to lie.)

请先登录,再进行评论。

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-7-6
编辑:KALYAN ACHARJYA 2019-7-6
Change the position of legend box?
You specifically asking postion of legend box
You can simply drag and drop
Or
Use the approapriate, follows
legend({'leg1','leg2'},'Location','southoutside')
%....................................^^ Its gives you outside legend (lower)
You can specify the number of legend columns using the NumColumns property, check here
oo.png

类别

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