Hi Pau,

On Friday 10 April 2009 17:03:20 Pau wrote:
> http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg03134
>.html
>
> I'd like to understand the syntax, though...

On the linked page I find:
""ax = axes([0.1, 0.3, 0.8, 0.6])""
and
""The position rectangles are [left, bottom, width, height] in relative
coordinates--that is, fractions of the figure width and height.""
- Is your question about this?

> For the shared x label I found something at the wiki, but it was a bit
> obscure...

Shared x-axis can be achieved using the follwing line in the example of your 
linked page :
a2 = axes([0.1, 0.1, 0.8, 0.15], sharex=ax)
and sharing xlabel means for me just using one xlabel for one plot or do I 
miss your intension?

best regards Matthias 

> 2009/4/10 Pau <vim.u...@googlemail.com>:
> > Hello,
> >
> > is it possible to define the dimensions of a subplot to use 70% of the
> > plot surface and the other one 30%?
> >
> > I'd also like the plots to share the same x label...
> >
> > how to do it?
> >
> > thanks

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to