Okay, removing the frame turns out to work like this.
ax=gca() setp(ax, frame_on=False) ... but changing the complete color still stymies me... :-(Setting the axes' frame edgecolor gives me a nice halo, but the black border is still there...
axis_edgecolor = 'yellow' frame = ax.get_frame() setp(frame, 'edgecolor', axis_edgecolor) Confused... --PLB At 16:58 15.3.2007, Peter Buschman wrote:
This is driving me crazy.... I've tried setting the axes' frame's edgecolor but nothing I try lets me get rid of or change the color of the black border around my axes. What is the recommend way of doing this, or is it even possible?(screenshot of my current results attached.) Thanks for any enlightenment. :) --PLB ------------------------------------------------------------------------- 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
bpp.png
Description: PNG image
------------------------------------------------------------------------- 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