On Feb 21, 2012, at 4:17 PM, Stéfan van der Walt wrote:
> On Mon, Feb 20, 2012 at 11:04 PM, Neil Yager <
yager.neil@gmail.com> wrote:
>> I agree that there are some benefits of both viewers. However, I work
>> a lot with 16-bit greyscale, and I like the pan & zoom of the
>> matplotlib-based viewer. Therefore, I've found myself using the
>> TIFFFile one more lately. Adding the line profile & some contrast
>> adjustment to this viewer would be great.
>
> If you can improve the matplotlib version of imshow, that would be
> much appreciated. Let me know if you need a hand with anything. The
> source is in:
>
> skimage/io/_plugins/matplotlib_plugin.py
>
> Currently it just sets interpolation to 'nearest' and 'cmap' to gray
> by default (behaviour that is important to keep).