imshow with different axes

I'm getting an unexpected keyword error on 'extent'. Is

    > this keyword available in the latest release or just in
    > CVS?

I must be getting soft in the head. I thought this was in the 0.60.2
release, but you're right, it is not. Just checked the CHANGELOG.
There is a way to do it in 0.60.2, but it is deprecated in CVS.
Arggg.

Your choices

  * wait for 0.61 (next week)

  * build from CVS - best solution. Fixes some problems with image
    extent plus image.origin='lower' reported earlier on
    matplotlib-users.

  * use the (deprecated in CVS/0.61)
    
     im = imshow(A)
     gca().set_image_extent(0, 25, 0, 25)

Sorry for the confusions,
JDH

I grabbed the CVS version and it works fine. Thanks for the help!

···

On Thursday 22 July 2004 12:45 pm, John Hunter wrote:

    > I'm getting an unexpected keyword error on 'extent'. Is
    > this keyword available in the latest release or just in
    > CVS?

I must be getting soft in the head. I thought this was in the 0.60.2
release, but you're right, it is not. Just checked the CHANGELOG.
There is a way to do it in 0.60.2, but it is deprecated in CVS.
Arggg.

Your choices

  * wait for 0.61 (next week)

  * build from CVS - best solution. Fixes some problems with image
    extent plus image.origin='lower' reported earlier on
    matplotlib-users.

  * use the (deprecated in CVS/0.61)

     im = imshow(A)
     gca().set_image_extent(0, 25, 0, 25)

Sorry for the confusions,
JDH

--
-----------------------------------------------------------------
Jeffery D. Collins, Ph.D. Vexcel Corp.
Sr. Engineer 1690 38th St.
Voice: (303)583-0228 Boulder, CO 80301
Fax: (303)583-0246 vexcel.com