Re: [Matplotlib-users] subplot inside subplot

2008-02-06 Thread John Hunter
On Feb 6, 2008 7:51 AM, Vinu Vikram <[EMAIL PROTECTED]> wrote: > Hi All > I have a figure of six subplot. I want to make one subplot in such a way > that I have to plot two data set with common x-axis with the bottom plot is > 30% of the subplot and the upper plot is 70% of the subplot. How can I

[Matplotlib-users] subplot inside subplot

2008-02-06 Thread Vinu Vikram
Hi All I have a figure of six subplot. I want to make one subplot in such a way that I have to plot two data set with common x-axis with the bottom plot is 30% of the subplot and the upper plot is 70% of the subplot. How can I do that? I tried x = arange(10) y=sin(x) z=cos(y) rect1 = [0.1, 0.1,