savefig.edgecolor not working

I recently upgraded matplotlib 87.7 Mac OS X PPC 10.4 python 2.4 from sourceforge binary
Using backend TkAgg version 8.4

Whenever I save png plots using the toolbar save button or explicitly,
  the edgecolor around the outside of the plot is gray. I want it to be white.

I have the following in my rc file.
savefig.edgecolor : white # figure edgecolor when saving

I also tried this in my plotting program
rc('savefig',edgecolor = 'w')

and I also tried saving from the plotting program with
savefig("paths4test.png",edgecolor= 'w')

Nothing seems to work.

I didn't have this problem with Matplotlib 85.x

···

**********************************************************************
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**********************************************************************
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**********************************************************************

It also doesn't work with backend WXAgg version 2.6.3.3

···

On 21 Nov, 2006, at 12:13, Samuel M. Smith wrote:

I recently upgraded matplotlib 87.7 Mac OS X PPC 10.4 python 2.4 from
sourceforge binary
Using backend TkAgg version 8.4

Whenever I save png plots using the toolbar save button or explicitly,
  the edgecolor around the outside of the plot is gray. I want it to
be white.

I have the following in my rc file.
savefig.edgecolor : white # figure edgecolor when saving

I also tried this in my plotting program
rc('savefig',edgecolor = 'w')

and I also tried saving from the plotting program with
savefig("paths4test.png",edgecolor= 'w')

Nothing seems to work.

I didn't have this problem with Matplotlib 85.x

**********************************************************************
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**********************************************************************
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**********************************************************************

-------------------------------------------------------------------------
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
matplotlib-users List Signup and Options

**********************************************************************
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**********************************************************************
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**********************************************************************