Hi John,

> You should then try the svn version of mpl or try the alpha trick I
> suggested.

You mean like this?

# CODE
from pylab import *
x = range(10)
fig = figure(1, facecolor='r')
fig.frameon = False
fig.figurePatch.set_alpha(0.0)
scatter(x, x)
savefig('figure.png')
# /CODE

I've got the same results.

Ok, so what do I need to do to make the subversion trunk work? Just
check out /trunk/matplotlib/lib and put it in my PYTHON_PATH or is
there something else I need to do?

Regards,
-- 
Petar Marić
*e-mail: [EMAIL PROTECTED]
*mobile: +381 (64) 6122467

*icq: 224720322
*skype: petar_maric
*web: http://www.petarmaric.com/
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to