Re: [matplotlib-devel] Fix for figsize not being honored in WXAgg WX - How to contribute?

2008-05-22 Thread Stan West
Thanks, John. Here is the patch for the v0_91_maint branch. As far as I can tell, analogous changes can be made to the trunk. Also, I believe that this resolves bug 1287318 for the WX* backends. fix_figsize_wx.patch Description: Binary data

[matplotlib-devel] Fix for figsize not being honored in WXAgg WX - How to contribute?

2008-05-21 Thread Stan West
Greetings. I've been using matplotlib for a few weeks now in ipython on Windows XP and with the WXAgg backend. I'm impressed by the breadth of features and the versatility of the package. Thank you for producing such a useful and well-made tool. I noticed that the figure function was not exactly

Re: [matplotlib-devel] Fix for figsize not being honored in WXAgg WX - How to contribute?

2008-05-21 Thread John Hunter
On Wed, May 21, 2008 at 8:10 AM, Stan West [EMAIL PROTECTED] wrote: I believe I have (1) a fix that gives new figures the size specified by figsize, and (2) an implementation of the forward mechanism for set_size_inches. I believe these apply to both WXAgg and WX. I'd like to contribute them