Open GoogleCodeExporter opened 9 years ago
A fix would be to add "aspect='auto'" to the imshow line in visualization.py:
pylab.imshow(w, aspect='auto', extent=(rea, reb, ima, imb), origin='lower')
Original comment by jeidsath@gmail.com
on 3 Nov 2009 at 8:49
I've run into this problem too, but I also find the current behavior nice in
some
situations.
Perhaps add kwargs forwarding, so you can do for example cplot(...,
imshow_kwargs={'aspect':'auto'})?
Original comment by fredrik....@gmail.com
on 4 Nov 2009 at 10:01
What about just forwarding all **kwargs of cplot()? Or does matplotlib complain
about
invalid keyword arguments?
Original comment by Vinzent.Steinberg@gmail.com
on 5 Nov 2009 at 11:29
Original issue reported on code.google.com by
jeidsath@gmail.com
on 3 Nov 2009 at 8:29Attachments: