Back with .86 I used to do lots of ax =3D axes() ax.imshow(M) but in .87 this doesn't seem to work. It doesn't complain but nothing happens. Simply calling imshow(M) does the job however, but I thought the method call was nicer. Am I missing something ? Thanks, David
>>>>> "David" == David Huard <dav...@gm...> writes: David> Back with .86 I used to do lots of ax = axes() ax.imshow(M) David> but in .87 this doesn't seem to work. It doesn't complain David> but nothing happens. Simply calling imshow(M) does the job David> however, but I thought the method call was nicer. Am I David> missing something ? works in svn... JDH