Re: [Matplotlib-users] dpi in savefig ignored if imshow uses interpolation='nearest'

2011-04-12 Thread Eric Firing
On 04/12/2011 01:32 PM, Thomas Robitaille wrote: > Hi, > > If I use interpolation='nearest' in an imshow command, when I try and save > the image using savefig, the dpi= argument seems to have no effect. I have > created a bug report on GitHub: > > https://github.com/matplotlib/matplotlib/issue

[Matplotlib-users] dpi in savefig ignored if imshow uses interpolation='nearest'

2011-04-12 Thread Thomas Robitaille
Hi, If I use interpolation='nearest' in an imshow command, when I try and save the image using savefig, the dpi= argument seems to have no effect. I have created a bug report on GitHub: https://github.com/matplotlib/matplotlib/issues/83 Thanks for any help, Tom