What version of matplotlib are you using? This appears to be fixed in
the latest 1.1. If you can let me know what version you're using,
perhaps it will be easy to provide a patch if you're not able to upgrade
wholesale.
Mike
On 10/31/2011 11:53 AM, Rachel Anderson wrote:
Hello,
I've notic
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