Hi,

 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.

Regards,

-JJ

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

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

Reply via email to