This doesn't seem to be having the desired effect.  I can set the 
frame's edgecolor
to whatever I want, and it is displayed correctly, but there is still 
a black line surrounding
it?  Is there another property I need to set somewhere to completely 
change the border
color?

     ax=gca()
     frame = ax.get_frame()
     setp(frame, 'linewidth', 1)
     setp(frame, 'edgecolor', 'blue')

Best regards,

Peter Buschman



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