| Author |
Comment/Response |
Daniele Barducci
|
12/12/12 11:25am
Hi All,
I'm trying to plot something like
GraphicsColumn[{Plot[Sin[x], {x, 0, 2 Pi},
AxesLabel -> {"x", "very very loooooooong"}],
Plot[Sin[x], {x, 0, 2 Pi}, AspectRatio -> 1/3,
AxesLabel -> {"x", "shrt"}]}]
And i need the lower plot to be the same width but different hight of the upper one.
I also need to have the plot exactly one each other (so that the y axis are on the same line...
I've tried with the padding option, but as soon as you change aspect ratio it doesn't work anymore...
Is it possible to do so?
Thanks in advance
Daniele
URL: , |
|