-----Original Message-----
 On Behalf Of Charlie Moad, Sent: 04 August 2006 13:59
Subject: Re: [Matplotlib-users] Making the Axes Plot Area Transparent 
Ratherthan having Color

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)

Thanks for that Charlie. It works, but removes the axes plot area border so the 
x and y axes have no solid line. Is there a simple way to avoid that or do I 
need to plot the axes as lines?



-------------------------------------------------------------------------
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