How to make the location of legend do not interfere the axes?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
Could someone know how to make the location of legend with 'NorthEastOutSide' do not interfere the axes? I mean when I use this option the width of the axes will be changed. So I can't use multiple x axes. Is it possible to make the NorthEastOutSide option doesn't affect the width of the axes?
The below pictures show the axes before and after using the legend.
Before
After
Thank you.
0 个评论
采纳的回答
Image Analyst
2014-12-28
There is an input argument of legend() that lets you specify where you want the legend to appear.
2 个评论
Image Analyst
2014-12-28
Your next task is to fix the colors in the legend so that they're not all blue. You might want to plot the things separately with a unique color for each one. Or if they're all in a 2D array, try transposing it before you call plot().
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Legend 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!