Doug's MATLAB Video Tutorials

October 29th, 2010

Simple transparent graphics in MATLAB using alpha

Transparency is a nice feature to make your visualizations look better and it also allows you to show data more clearly (pun not intended, but appreciated after the fact). It means that your data will not obscure other data as you view it.

One Response to “Simple transparent graphics in MATLAB using alpha”

  1. BenB replied on :

    Alpha can make plots much easier to view however I’ve noticed that the alpha map doesn’t scale with the data map when using the magnifying glass.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of The MathWorks.