File | Date | Author | Commit |
---|---|---|---|
demo | 2008-01-10 | jswhit | [r4845] moved into mpl_toolkits |
mpl_toolkits | 2008-06-03 | astraw | [r5370] add expand_vertical and expand_horizontal flags |
CHANGELOG.txt | 2006-07-29 | astraw | [r2634] initial upload to matplotlib svn repository |
LICENSE.txt | 2006-07-29 | astraw | [r2634] initial upload to matplotlib svn repository |
MAKE_RELEASE.TXT | 2006-07-29 | astraw | [r2634] initial upload to matplotlib svn repository |
README.rst | 2009-11-15 | astraw | [r7967] add README |
setup.cfg | 2006-07-29 | astraw | [r2634] initial upload to matplotlib svn repository |
setup.py | 2008-01-10 | jswhit | [r4845] moved into mpl_toolkits |
mplsizer is a layout engine for matplotlib based on wxPython model. It is released under the MIT license.
The official svn repository is at https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/toolkits/mplsizer/
An un-official git mirror is made of the source code repository at http://github.com/astraw/mplsizer. You can make a copy of this repository with:
git clone --origin svn git@github.com:astraw/mplsizer.git cd mplsizer/ git svn init --trunk=trunk/toolkits/mplsizer --prefix=svn/ https://matplotlib.svn.sourceforge.net/svnroot/matplotlib git svn rebase -l