Hi,

>     Stefan> Now on to my real question.  Say I have a screen of 4x4
>     Stefan> subplots, created with subplot(221).  I'd like to be able
>     Stefan> to split the screen as such: __ __
>     Stefan> |  |  |
>     Stefan> |  |  |
>     Stefan> |--|  |
>     Stefan> |  |  |
>     Stefan> |__|__|
> 
> ax1 = subplot(221)
> ax2 = subplot(223)
> ax3 = subplot(122)

OK, that one was kind of easy, but more generally, is there a simple 
solution to 'merge' some axes (beside doing it manually), like 
subplot(1,3,[1,2]) for:

+---+-+
|   | |
+---+-+

or any more complex layout?

(maybe someone remember there was such a functionnality under 
SuperMongo! see http://www.astro.princeton.edu/~rhl/sm/sm.html#SYN83)

Cheers.
-- 
             /  \     ,    ,
   _._     _ |oo| _  / \__/ \
  _||||   ((/ () \))   /  \      Yannick COPIN  (o:>*  Doctus cum libro
  |||||/|  ( ==== )    |oo|      Institut de physique nucleaire de Lyon
   \____/  _`\  /'_    /  \                            (IN2P3 - France)
   /   /.-' /\<>/\ `\.( () )_._  Tel: (33/0) 472 431 968
   |    `  /  \/  \  /`'--'////) http://snovae.in2p3.fr/ycopin/
    \__,-'`|  |.  |\/ |/\/\|"\"` AIM: YcCopin    ICQ: 236931013
       jgs |  |.  | \___/\___/
           |  |.  |   |    |

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to