On Tue, May 11, 2010 at 10:57 AM, Jae-Joon Lee <lee.j.j...@gmail.com> wrote:
>  gridspec is a module that implements matplotlib’s Subplot slightly
> differently. Current matplotlib’s Subplot only allows a Subplot to
> occupy a single cell of the n x m grid. gridspec enables a Subplot to
> occupy multiple cells.
>
>  http://leejjoon.github.com/mpl_toolkits-gridspec/
>
> The code is hosted in the github repo
>
>  http://github.com/leejjoon/mpl_toolkits-gridspec
>
> and the source can be downloaded from
>
>  http://github.com/leejjoon/mpl_toolkits-gridspec/downloads
>
> This is motivated from the discussion in the mailing list a while ago.
>
> http://sourceforge.net/mailarchive/message.php?msg_id=4A0DA94E.1040500%40american.edu
>
> I originally prepared this as a patch for matplotlib
> (http://article.gmane.org/gmane.comp.python.matplotlib.general/19097),
> but never committed. Instead, it is packaged as a mpl_tookit module.

Looks interesting, I'll have to take a look when I get a chance. Two
early questions:

1) How does this relate to the functionality present in your axes_grid toolkit?

2) Do you plan on checking this into mpl trunk (still as a mpl_toolkit module)?

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma

------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to