|
From: Rutger K. <ka...@gm...> - 2012-07-26 06:12:57
|
Great tip, alot simpler than i expected. Although you still need to specify the correct dimensions of the axes, otherwise it wil be interpolated after all. If in my example i increase the figsize by a factor of 2, the image stretches along with it. Thanks! Rutger On 25 July 2012 19:11, Benjamin Root <ben...@ou...> wrote: > > If you are using v1.1.0 or later, you can set interpolation to "none". > Note the difference between providing the string "none", which means to do > no interpolation at all, while the python None means to do the default. > > Ben Root > |