Transparency in 2D scatter plots

Can Matlab be fooled into having variable transparency of data points in a 2D scatter plot?
My data is ultimately 5 dimensions. I have 12 countries (one color per country), 24 industries (data points or observations) , three factors (x, y and z determines the size of the point) and a time dimension for which I would like to have variable transparency (current point opaque, further back in time most transparent which is essentially a trail).
I searched and it doesn't look hopeful, but I did see where someone came up with 3D bubbles with a constant transparency. Hoping the whizzes here can help.

 채택된 답변

per isakson
per isakson 2011년 8월 19일

1 개 추천

I think it is doable with some low level handle graphic code. Each point should be a separate patch object (or a surface object).

댓글 수: 1

Josh
Josh 2011년 8월 22일
I was afraid of that. It looks like this is probably the only solution.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

the cyclist
the cyclist 2011년 8월 19일

0 개 추천

Not sure it's possible to adjust the transparency of a marker. The answer and comment in this question may be relevant:

댓글 수: 1

Josh
Josh 2011년 8월 22일
I did see that thread, but it wasn't clear how that would apply in the 2D case.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

질문:

2011년 8월 19일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by