John Hunter wrote:
> On Thu, May 8, 2008 at 12:18 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
>   
>> The SVG examples all look good now, as does PDF and Agg (unless I'm missing
>> some small details in my quick scanning of the images).
>>
>> The problem with quadmesh_demo in the Ps backend seems to have been
>> introduced by r5082.  r5081 (on backend_ps.py alone) seems to work, with the
>> exception that strokes are being drawn around the masked-out quads.  (That's
>> an easy bug to fix, however -- just return early from _draw_ps if "stroke"
>> and "fill" are both false).
>>
>> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=rev&revision=5082
>>
>> Since I don't recall the issues that r5802/r5803 were trying to solve, I'm
>> hoping that one of you could have a look at this and have a better idea
>> where it's going wrong...
>>     
>
> Eric and I were simultaneously working on a bug described in the
> thread "dpi-related positioning errors in Agg savefig" and ended up
> communicating off list.  He committed the final fix, so perhaps Eric
> you could look at this and see where the logic needs to be updated.
>
>   
Sorry, I mistyped -- it's r5082/r5083.  I think those revisions were 
trying to deal with something more specific to Postscript.  Here's the 
commit note:

"Alternative fix for ps backend bug; removes superfluous gsave/grestores."

Cheers,
Mike
>
>   
>> Cheers,
>> Mike
>>
>> Michael Droettboom wrote:
>>     
>>> I'm making some progress on SVG -- all issues I've seen so far seem to be
>>> related to clipping.  I'll let you know how it goes.  Just a heads up to
>>> delay the release for now (unless I come across something that doesn't look
>>> like it can be fixed in a short amount of time.)
>>>
>>> Cheers,
>>> Mike
>>>
>>> Eric Firing wrote:
>>>
>>>       
>>>> John Hunter wrote:
>>>>
>>>>         
>>>>> On Wed, May 7, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
>>>>>
>>>>>
>>>>>           
>>>>>>  Getting out a 0.98 beta soon would help in getting it more widely
>>>>>>  tested, but it would be nice if that first beta passed the basic
>>>>>> checks
>>>>>>  of working for all backend_driver tests on all the standard backends.
>>>>>>  As of the last time I looked, this was not the case.
>>>>>>
>>>>>>             
>>>>> both the branch and the trunk are running w/o error on my system.  The
>>>>> branch is issuing some warnings related to the new hist changes.
>>>>>
>>>>> JDH
>>>>>
>>>>>           
>>>> They run, but the trunk does not make valid plots in all cases.  Many
>>>> things are fouled up in SVG.  The quadmesh_demo.ps is broken.  I have not
>>>> checked pdf.
>>>>
>>>> Eric
>>>>
>>>>         
>>>       
>> --
>> Michael Droettboom
>> Science Software Branch
>> Operations and Engineering Division
>> Space Telescope Science Institute
>> Operated by AURA for NASA
>>
>>
>>     

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to