Hi,
i have a figure consisting of 4 subplots which looks like
h(1) = subplot(4,1,1); plot(sdate,xx);
h(2) = subplot(4,1,2); plot(sdate,yy)
h(3) = ...
h(4) = ...
how can I restrict the space between the subplots (to a minimum)?
I know this must work with the position order, but which concrete values are needed to restrict the space for all subplots?
another question related with it:
removing the space means that I won't need the time axis label (sdate...) with the upper 3 subplots. Is there a possibility to remove the label without removing the grid in the figure?
(it would be removed setting set(gca,'xtick',[]), which removes the vertical lines of the time axis)
Thank you very much!
Foehner
|
|
0
|
|
|
|
Reply
|
foehner
|
5/10/2010 5:53:08 AM |
|
On 10 Mai, 11:53, foehner <mehla...@nurfuerspam.de> wrote:
> Hi,
>
> i have a figure consisting of 4 subplots which looks like
>
> h(1) = subplot(4,1,1); plot(sdate,xx);
>
> h(2) = subplot(4,1,2); plot(sdate,yy)
>
> h(3) = ...
>
> h(4) = ...
>
> how can I restrict the space between the subplots (to a minimum)?
>
> I know this must work with the position order, but which concrete values are needed to restrict the space for all subplots?
You need to work with the position property of the axis.
Unfortunately, you need to find the specific numbers to
insert, yourself. (Or at least you did with R2006a, which
is the version I have to play with.)
Finding those numbers is a serious mess.
Rune
|
|
0
|
|
|
|
Reply
|
Rune
|
5/10/2010 10:33:16 AM
|
|
|
1 Replies
788 Views
(page loaded in 0.195 seconds)
Similiar Articles: remove space between subplots - comp.soft-sys.matlabHi, i have a figure consisting of 4 subplots which looks like h(1) = subplot(4,1,1); plot(sdate,xx); h(2) = subplot(4,1,2); plot(sdate,yy) ... Draw lines between subplots - comp.soft-sys.matlabPlot vertical lines on plots - comp.soft-sys.matlab How to draw a vertical line at the peak of a graph - comp.soft-sys ... Plot vertical ... remove space between subplots ... Adding a title to plots with subplots - comp.soft-sys.matlab ...remove space between subplots - comp.soft-sys.matlab Adding a title to plots with subplots - comp.soft-sys.matlab ... remove space between subplots - comp.soft-sys.matlab ... Working with multiple GUI - subplot - comp.soft-sys.matlab ...Finding position of a specific line - JEditorPane - comp.lang.java ... comp.lang.java.gui 8402 articles. 11 ... remove space between subplots - comp.soft-sys.matlab You ... Remove foreground. - comp.soft-sys.matlabremove space between subplots - comp.soft-sys.matlab Is there a possibility to remove the label without removing the grid in the figure? ... But I thought that there is so ... how to change the space between bars of different columns in bar3 ...Draw lines between subplots - comp.soft-sys.matlab remove space between subplots - comp.soft-sys.matlab how to change the space between bars of different columns in bar3 ... tics remove or exchange - comp.graphics.apps.gnuplotremove space between subplots - comp.soft-sys.matlab Is there a possibility to remove the label without ... matlab h(1) = subplot(4,1,1); plot ... Axis spacing in matlab - comp.soft-sys.matlabremove space between subplots - comp.soft-sys.matlab another question related with it: removing the space means that I won't need the time axis ... title to plots with ... path name with spaces - comp.soft-sys.matlabremove space between subplots - comp.soft-sys.matlab error message using dlmwrite and path - comp.soft-sys.matlab ... path name with spaces - comp.soft-sys.matlab > > I ... A human model - comp.cad.solidworksproblems with alpha in my model - comp.graphics.api.opengl ... remove space between subplots - comp.soft-sys.matlab problems with alpha in my model - comp.graphics.api ... remove space between subplots - Newsreader - MATLAB CentralFile exchange, MATLAB Answers, newsgroup access, Links, and Blogs for the MATLAB & Simulink user community Subplot matrix: remove dead space between plots - Newsreader ...Subject: Subplot matrix: remove dead space between plots. From: Jim Rockford. Date: 29 May, 2007 00:14:28. Message: 1 of 11 7/22/2012 11:45:48 PM
|