[matplotlib-devel] Upload a higher res logo to github
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 should probably fix this: https://github.com/matplotlib Cheers! Ben Root -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] Github down -- Quick PEP8 note
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 (particularly in backend_bases.py). Cheers! Ben Root -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Github down -- Quick PEP8 note
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 that would put the binary operator on the > next line (particularly in backend_bases.py). > That's an artifact of autopep8 which I use on the big files to correct the pep8 problems. If you could be more precised of which PR and which line this problem occurs, I can fix it. Thanks, Nelle > Cheers! > Ben Root > > > -- > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > ___ > Matplotlib-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Upload a higher res logo to github
On Wed, Oct 10, 2012 at 7:36 PM, Benjamin Root 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 on > display. Given how much we pride ourselves on high-quality images, we > should probably fix this: > > https://github.com/matplotlib > > Cheers! > Ben Root This has been bugging me for a while... -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev ___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
