Re: [Matplotlib-users] Removing the black border around a plot?

2007-03-17 Thread Peter Buschman
the inner frame to be invisible. Results are attached.* --PLB At 17:54 15.3.2007, Peter Buschman wrote: 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

[Matplotlib-users] Setting color of both major and minor gridlines?

2007-03-14 Thread Peter Buschman
Hello: I am trying to set different colors for both major and minor gridlines. In essence, I want the major gridlines to be slightly darker than the minor ones. However, using the syntax below, I can only seem to set the properties of one of the sets of gridlines at a time. If I comment out

[Matplotlib-users] Setting the axes border color?

2007-03-13 Thread Peter Buschman
() 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