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
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(
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
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
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
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
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
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