Five plots in one figure?

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by