From: Yuri Feldman on
Hi all,

I need to plot an image, which would not be affected by zoom on axes - will remain the same size, but at the same axes coordinates.

This is similar to annotation, however I have not seen an annotation image object.

Ideas, anybody?

Thanks!
From: Lior Cohen on
Yuri Feldman <yuri.feldman(a)gmail.com> wrote in message <1757773569.128890.1273749589635.JavaMail.root(a)gallium.mathforum.org>...
> Hi all,
>
> I need to plot an image, which would not be affected by zoom on axes - will remain the same size, but at the same axes coordinates.
>
> This is similar to annotation, however I have not seen an annotation image object.
>
> Ideas, anybody?
>
> Thanks!

you can set the image object xData and yData to be always the axes xlim and ylim.
you can do it by overloading zoom.m

Lior