On Mon, Jun 7, 2010 at 4:13 PM, Michael Hearne 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
> matplotlib
> cd
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 PREFIX=/Library/Frameworks/EPD64.framework/Versions/
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 yo
On Mon, Jun 7, 2010 at 10:26 AM, Michael Hearne 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, but I
> can't
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
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
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
matplotlib
Hi,
When "baseline" recently became the default for text(), it's no longer
possible to have two-line titles, title("First line\nSecond Line),
without adding va="bottom". It would be nice if title() somehow could
have "bottom" as default.
Cheers,
Olle
-