Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread John Hunter
On 5/23/07, Fernando Perez [EMAIL PROTECTED] wrote:

 Fortunately for me, the generated EPS don't have the problem (it's a
 pure Agg bug), so I'm OK for the final output.  But it's really
 annoying on screen.  My plots have tons of nearly retracing lines on
 them, and they look atrociously bad now.

Apparently I broke something when I added the support for general
polygon clipping to agg.  Unfortunately, this code was pretty hairy so
it will take me a little time to fix.  Those of you who are annoyed by
this should simply revert your local copy to

   svn up src/_backend_agg.h -r3254
   svn up src/_backend_agg.cpp -r3254

and hopefully I can find and fix the problem in the main line ASAP.

JDH

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread John Hunter
On 5/24/07, John Hunter [EMAIL PROTECTED] wrote:

svn up src/_backend_agg.h -r3254
svn up src/_backend_agg.cpp -r3254

Oops, make that revision 3092

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread John Hunter
On 5/24/07, John Hunter [EMAIL PROTECTED] wrote:
 On 5/24/07, John Hunter [EMAIL PROTECTED] wrote:

 svn up src/_backend_agg.h -r3254
 svn up src/_backend_agg.cpp -r3254

 Oops, make that revision 3092

OK, just ignore me :-)

It turned out to be an easy fix.  I was experimenting with even-odd
and non-zero filling rules when I was working on polygon clipping and
left a setting turned on that I did not mean to.  Problem fixed in
svn.

JDH

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel