On 8/4/06, Richard House <[EMAIL PROTECTED]> wrote:
> I am trying to make a transparent chart and have managed to make the frame 
> area transparent using frameon(False). However I can't find out how to make 
> the plot area background on the chart transparent, without using a graphics 
> package to process the matplotlib produced image. I have searched the mailing 
> list and documentation but haven't found any information on the subject.
> Can anyone offer any advice?

gca().axesPatch.set_alpha(0.0)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to