Re: [matplotlib-devel] log scale plots ignore tick_params

2012-10-10 Thread Eric Firing
On 2012/10/09 4:38 PM, Benjamin Root wrote: On Tuesday, October 9, 2012, Mike Kaufman wrote: On 10/9/12 9:42 PM, Eric Firing wrote: On 2012/10/09 3:03 PM, Mike Kaufman wrote: clf() x = arange(10) subplot(211) plot(x, x) tick_params(right='off') #

[matplotlib-devel] Upload a higher res logo to github

2012-10-10 Thread Benjamin Root
Looks like github has changed the layout of the default landing page for any github account. This now has the account's profile image shown much larger than originally intended. Our front page now has a very pixelated logo on display. Given how much we pride ourselves on high-quality images, we

[matplotlib-devel] Github down -- Quick PEP8 note

2012-10-10 Thread Benjamin Root
Seems like github is down at the moment, and I wanted to relay something I have noticed in some of the PEP8 changes: The preferred place to break around a binary operator is *after* the operator, not before it. I am seeing some proposed changes that would put the binary operator on the next line

Re: [matplotlib-devel] Github down -- Quick PEP8 note

2012-10-10 Thread Nelle Varoquaux
Hi Ben, Seems like github is down at the moment, and I wanted to relay something I have noticed in some of the PEP8 changes: I'm guessing it's on one of my PR The preferred place to break around a binary operator is *after* the operator, not before it. I am seeing some proposed changes

Re: [matplotlib-devel] Upload a higher res logo to github

2012-10-10 Thread Damon McDougall
On Wed, Oct 10, 2012 at 7:36 PM, Benjamin Root ben.r...@ou.edu wrote: Looks like github has changed the layout of the default landing page for any github account. This now has the account's profile image shown much larger than originally intended. Our front page now has a very pixelated logo