help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plotting semi-trasnparent patches?


From: Michael Goffioul
Subject: Re: Plotting semi-trasnparent patches?
Date: Mon, 26 Jan 2009 09:19:09 +0000

For gnuplot backend, I don't know. For OpenGL backend,
this is not active yet (I didn't port my JHandles code to do
that yet). Transparency is tricky, even in OpenGL, because
you have to sort objects and draw them from back to front.
The tricky part is when objects intersect each other.

Michael.


On Mon, Jan 26, 2009 at 7:45 AM, Søren Hauberg <address@hidden> wrote:
> Hi All
>
> Is there a way to make a patch (as produced by the 'patch' command)
> semi-transparent? I tried setting the 'facealpha' property to 0.5 but
> that didn't do what I expected.
>
> BTW. I'm running a checkout of the development sources from some time
> yesterday.
>
> Søren
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]