[matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-27 Thread Charlie Moad
I've spent the last couple of days writing the win32 equivalent of John's osx release scripts for MinGW. It patches distutils at runtime to exclude the msvcr link, hence we should no longer need to modify distutils. I have tested it on Python 2.6 and it should work on 2.4 and 2.5 as well. I

Re: [matplotlib-devel] arbitrary spine locations in svn trunk

2009-05-27 Thread Jae-Joon Lee
Thanks a lot Andrew. This looks great. I'm just reporting some of issues I encountered in a hope that you can address these (I'll also take a look if have chance). * cla() does not reset spines (positions, color, etc). I think it is better to be reset, since all other things are. For example, c

Re: [matplotlib-devel] arbitrary spine locations in svn trunk

2009-05-27 Thread John Hunter
On Wed, May 27, 2009 at 12:53 PM, Eric Firing wrote: > No problem--it can be done later, no rush. Your replacement of the > frame with spines is a *big* improvement. Thank you for the great work. Yes, this looks great -- thanks again Andrew. Something that would be nice would be a Formatter t

[matplotlib-devel] Note: matplotlib book

2009-05-27 Thread Michael Droettboom
A review of a book primarily on matplotlib, numpy and scipy has hit the front page of Slashdot. http://books.slashdot.org/article.pl?sid=09/05/27/1327255&from=rss Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated b

Re: [matplotlib-devel] arbitrary spine locations in svn trunk

2009-05-27 Thread Eric Firing
Andrew Straw wrote: > Andrew Straw wrote: >> I believe I addressed all the issues raised with the patch I emailed the >> list last week and I tried to avoid any breakage. Thanks to all who >> commented -- you made this a better implementation. > > Upon further reflection, I realize I didn't add an

Re: [matplotlib-devel] arbitrary spine locations in svn trunk

2009-05-27 Thread Andrew Straw
Andrew Straw wrote: > I believe I addressed all the issues raised with the patch I emailed the > list last week and I tried to avoid any breakage. Thanks to all who > commented -- you made this a better implementation. Upon further reflection, I realize I didn't add any Axes convenience methods a

[matplotlib-devel] arbitrary spine locations in svn trunk

2009-05-27 Thread Andrew Straw
I've gone ahead and committed my arbitrary spine location implementation to the trunk (svn r7144). I'd appreciate it if you could kick the tires. To get you started, try the new demo: examples/pylab_examples/spine_placement_demo.py I believe I addressed all the issues raised with the patch I email