|
"Patrik " <patrik_brynolfsson@yahoo.com> wrote in message news:h9fnbc$clp$1@fred.mathworks.com...
>I have a weird problem concerning the alphadata property of an image. If I set the alphadata like:
>
> set(imageHandle,'Alphadata',0.5)
>
> the x- and y-axis labels are mirrored (the numbers are actually mirrored as if you were looking on the screen through a mirror),
> and only half the image is shown, the bottom half is white. By resizing the figure window the bottom half of the image appears
> above and slightly ontop of the top half. What the h*ll is going on?
>
> I'm using windows xp sp2, R2007a with an ATI Radeon X1300/X1500 graphics card.
>
The alpha flipped your renderer to OpenGL. We've seen a particular
graphics card driver version where glBitmap (the command that is
used to implement text in OpenGL) is exactly backwards. I'm sorry,
but I don't remember the details of the version numbers, but I would
suggest upgrading/downgrading your driver. Also, as always, pass
details on to support.
-Mike Garrity
-The MathWorks
|