フィルターのクリア

Five plots in one figure?

3 ビュー (過去 30 日間)
Jakub
Jakub 2013 年 8 月 21 日
Is there a nice way to have five plots in one figure? i want each plot equally big and minimum of empty space. So i dont want to use subplot(3,2,...) and so on beacause there will be always a blank spot. Thank you!!

採用された回答

Walter Roberson
Walter Roberson 2013 年 8 月 21 日
subplot(1,5,...)

その他の回答 (1 件)

Jakub
Jakub 2013 年 8 月 21 日
I am plotting five circles so I want them in positions like on dice.
  2 件のコメント
Walter Roberson
Walter Roberson 2013 年 8 月 21 日
That is going to involve empty space unless you do not mind if they overlap.
subplot(3,3,K) where K is 1, 3, 5, 7, 9.
Jakub
Jakub 2013 年 8 月 21 日
There is no way without so much empty space?

サインインしてコメントする。

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by