Re: [matplotlib-devel] Merging Python 3 branch?

2011-10-31 Thread Michael Droettboom
The pull request to merge the py3 fork back into matplotlib/master is here: https://github.com/matplotlib/matplotlib/pull/565 Thanks to everyone who worked on it. I plan to leave this up for a while and get as much chance for review as possible. Mike On 10/28/2011 01:50 PM, Michael Droettbo

Re: [matplotlib-devel] Merging Python 3 branch?

2011-10-31 Thread Michael Droettboom
BTW -- the diff is so large that viewing this page crashes my browser tab (in Chrome). YMMV. You can view the diff locally by first getting my repository: git remote add mdboom git://github.com/mdboom/matplotlib.git git fetch mdboom then diffing with an external tool: git diff --ex

[matplotlib-devel] matplotlib.pyplot.imsave bug

2011-10-31 Thread Rachel Anderson
Hello, I've noticed a bug with matplotlib.pyplot.imsave. Say I have an array that is 1000*1000. This works perfectly: pylab.imsave(outfile,data,format='png',origin='lower') and I get image1.png. However, if the array is not a square, say 1000*1500, then the output image is rotated 90 degree