Thread Subject:
Subplot function

Subject: Subplot function

From: Omkar Palsule-Desai

Date: 27 Sep, 2008 18:43:02

Message: 1 of 2


Hi,

I am using the subplot function with (2,2,k) specifications in an .m file. The sizes of each of the subplots is not large enough for me. I see a lot of space being "wasted" around each subplot. Is there a way by which I can increase/decrease sizes of each of the subplots?

Thank you,

Omkar

Subject: Subplot function

From: Matt Fig

Date: 27 Sep, 2008 19:25:03

Message: 2 of 2

Use the position property of each axes.

get(gca,'pos') % To look at the current position.
set(gca,[x, y, xlength, ylength]) % To set the position.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
subplot Omkar Palsule-Desai 27 Sep, 2008 14:45:05
rssFeed for this Thread

Contact us