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

2010-06-07 Thread Bob
Here is an example which generates both a png and svg file. The png edge alpha levels are displayed correctly, while the svg edges have an alpha value of 1.0 I tested this with a fresh build of matplotlib-1.0.svn r8391 Thanks for your help. #!/usr/bin/python import sys import matplotlib

Re: [matplotlib-devel] verticalalignment for titles

2010-06-07 Thread Michael Droettboom
I think the better fix here might be to fix baseline to use the baseline of the bottom line of text, rather than the top. We are making a concerted effort to use baseline as much as possible, because it is generally the right choice. I have committed this fix to r8393. Mike On 06/07/2010

[matplotlib-devel] Building matplotlib on OS X

2010-06-07 Thread Michael Hearne
I've had several problems with building on OS X in the past, and was just notified that a bug I opened about it has closed. Eric Firing suggested that I re-open the bug if it is still a problem. It is still a problem, but I can't seem to figure out how to re-open my bug report, so I'll report

Re: [matplotlib-devel] Building matplotlib on OS X

2010-06-07 Thread John Hunter
On Mon, Jun 7, 2010 at 10:26 AM, Michael Hearne mhea...@usgs.gov wrote: I've had several problems with building on OS X in the past, and was just notified that a bug I opened about it has closed.  Eric Firing suggested that I re-open the bug if it is still a problem.  It is still a problem,

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

2010-06-07 Thread Eric Firing
On 06/07/2010 03:04 AM, Bob wrote: Here is an example which generates both a png and svg file. The png edge alpha levels are displayed correctly, while the svg edges have an alpha value of 1.0 I tested this with a fresh build of matplotlib-1.0.svn r8391 Thanks for your help. And thank you

Re: [matplotlib-devel] Building matplotlib on OS X

2010-06-07 Thread Michael Hearne
John - I followed your advice, and tried the build/install step again after downloading a completely fresh svn copy of the source: svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib matplotlib cd matplotlib sudo

Re: [matplotlib-devel] Building matplotlib on OS X

2010-06-07 Thread John Hunter
On Mon, Jun 7, 2010 at 4:13 PM, Michael Hearne mhea...@usgs.gov wrote: John - I followed your advice, and tried the build/install step again after downloading a completely fresh svn copy of the source: svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib