Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread Eric Firing
On 10/05/2011 11:17 AM, John Hunter wrote: > On Wed, Oct 5, 2011 at 1:49 PM, Eric Firing wrote: > >> Sorry to be holding things up after having nagged about getting a >> release out, but I just now marked #506 "release_critical". It looks >> like a pretty fundamental bug in blitting on qt4agg, an

[matplotlib-devel] Alpha channel in imshow, bug or gamma correction?

2011-10-05 Thread Feng Yu
Dear Lists, I tried to draw a white block with alpha-channel gradient on top of black. The result appears to be non-linear, and I think it is problematic. image = ones((255, 255, 4), dtype='u1') image[:, :, 0:3] = 255 image[:, :, 3] = arange(0, 255)[:, newaxis] gca().set_axis_bgcolor('k') imshow(

Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread Eric Firing
On 10/05/2011 11:17 AM, John Hunter wrote: > On Wed, Oct 5, 2011 at 1:49 PM, Eric Firing wrote: > >> Sorry to be holding things up after having nagged about getting a >> release out, but I just now marked #506 "release_critical". It looks >> like a pretty fundamental bug in blitting on qt4agg, an

Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread Benjamin Root
On Wednesday, October 5, 2011, John Hunter wrote: > On Wed, Oct 5, 2011 at 1:49 PM, Eric Firing wrote: > >> Sorry to be holding things up after having nagged about getting a >> release out, but I just now marked #506 "release_critical". It looks >> like a pretty fundamental bug in blitting on qt

Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread John Hunter
On Wed, Oct 5, 2011 at 1:49 PM, Eric Firing wrote: > Sorry to be holding things up after having nagged about getting a > release out, but I just now marked #506 "release_critical".  It looks > like a pretty fundamental bug in blitting on qt4agg, and I think I > introduced it back in January, righ

Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread Eric Firing
On 10/03/2011 02:54 AM, John Hunter wrote: > We made some additional progress over the weekend closing pull > requests and issues, and I think we are ready to release tomorrow if > no one objects. I want to hold off for a day to give people who do > most of their work during the week a chance to c

Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread Michael Droettboom
On 10/05/2011 03:38 AM, Sandro Tosi wrote: > On Tue, Oct 4, 2011 at 20:00, Michael Droettboom wrote: >> As for your bug, it seems there is a bug in how the plot_formats commandline >> argument is parsed. Could you please try this branch and let me know if it >> resolves the issue? >> >> https://g

Re: [matplotlib-devel] propose 1.1.0 release tomorrow

2011-10-05 Thread Sandro Tosi
On Tue, Oct 4, 2011 at 20:00, Michael Droettboom wrote: > As for your bug, it seems there is a bug in how the plot_formats commandline > argument is parsed.  Could you please try this branch and let me know if it > resolves the issue? > > https://github.com/mdboom/matplotlib/tree/doc_build_fail N