Five plots in one figure?

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!!

 Akzeptierte Antwort

Weitere Antworten (1)

Jakub
Jakub am 21 Aug. 2013

0 Stimmen

I am plotting five circles so I want them in positions like on dice.

2 Kommentare

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 am 21 Aug. 2013
There is no way without so much empty space?

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by