フィルターのクリア

How to make the location of legend do not interfere the axes?

2 ビュー (過去 30 日間)
Khanh
Khanh 2014 年 12 月 28 日
コメント済み: Image Analyst 2014 年 12 月 28 日
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.

採用された回答

Image Analyst
Image Analyst 2014 年 12 月 28 日
There is an input argument of legend() that lets you specify where you want the legend to appear.
  2 件のコメント
Khanh
Khanh 2014 年 12 月 28 日
Thank you. I found out that I can use 'position' property to set the location and size of lengend instead of using 'location' property and my question's solved.
Image Analyst
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 ExchangeLegend についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by