From: Eric F. <ef...@ha...> - 2008-01-31 07:00:36
|
In the course of answering a question by Alan Isaac, I saved some figures at different dpi values and hit a bug with png output: imshow(rand(100,100)) gcf().savefig('f200.png', dpi=200) This results in tick labels that overlap the image, and it gets worse with higher dpi. PS backend output is OK. This is with svn trunk. Eric |