[matplotlib-devel] SVG backend - edge alpha channel fix?

2010-06-04 Thread Bob
I'm using matplotlib v0.99.1.1 pyplot savefig() to generate svg files using the matplotlib.use('SVG') backend. My networkx plot contains semi-transparent edges which were not carrying over to the svg xml correctly. The node transparencies were correct. I was able to fix this problem by modifying /m

Re: [matplotlib-devel] SVG backend - edge alpha channel fix?

2010-06-04 Thread Eric Firing
On 06/04/2010 07:46 AM, Bob wrote: > I'm using matplotlib v0.99.1.1 pyplot savefig() to generate svg files > using the matplotlib.use('SVG') backend. My networkx plot contains > semi-transparent edges which were not carrying over to the svg xml > correctly. The node transparencies were correct. > I

Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-06-04 Thread Jae-Joon Lee
I'm attaching a copy of my comment to Ben's bug report for a reference. here is a bug report. https://sourceforge.net/tracker/index.php?func=detail&aid=3010569&group_id=80706&atid=560720# My comment: As far as I can see, this is not a bug of matplotlib, but an artifact of the rasterizer you're

Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-06-04 Thread Jae-Joon Lee
On Wed, Jun 2, 2010 at 10:09 PM, Benjamin Root wrote: > I have noticed that the svn repo still does not have rasterization > decorators for some of the collections (e.g., PolyCollection, > EllipseCollection, CircleCollection if I remember correctly).  Don't know > what are supposed to be the final

[matplotlib-devel] wxagg backend: using any Print* functionality?

2010-06-04 Thread Eric Firing
See https://sourceforge.net/tracker/?func=detail&aid=2564093&group_id=80706&atid=560720 My guess is that the problem is the call to Printer_Init(). Based on a little code scanning and grepping, and on the default wxagg plot with toolbar, I don't see that any of the Print* stuff is being used b

Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-06-04 Thread Benjamin Root
On Fri, Jun 4, 2010 at 4:53 PM, Jae-Joon Lee wrote: > On Wed, Jun 2, 2010 at 10:09 PM, Benjamin Root wrote: > > I have noticed that the svn repo still does not have rasterization > > decorators for some of the collections (e.g., PolyCollection, > > EllipseCollection, CircleCollection if I rememb

Re: [matplotlib-devel] Bug rasterized image in pcolor and pcolormesh

2010-06-04 Thread Eric Firing
On 06/04/2010 02:50 PM, Benjamin Root wrote: > > > On Fri, Jun 4, 2010 at 4:53 PM, Jae-Joon Lee > wrote: > > On Wed, Jun 2, 2010 at 10:09 PM, Benjamin Root > wrote: > > I have noticed that the svn repo still does not have rasteriza