Visualization of standard deviation in scatter plot

10 ビュー (過去 30 日間)
Sepp
Sepp 2017 年 10 月 9 日
コメント済み: Sepp 2017 年 10 月 9 日
Hello
I have a 2-d scatter plot in Matlab. Let's assume the following scatter plot:
x = linspace(0,3*pi,200);
y = cos(x) + rand(1,200);
scatter(x,y)
For each point in this plot I have a standard deviation in x and y direction. Now I would like to visualize the standard deviations of each point. A possibility would be to draw a circle (or rectangle) around each point. The problem is that I have many points and the circle / rectangles would highly overlap.
What are the best solutions for this visualization?
  2 件のコメント
KSSV
KSSV 2017 年 10 月 9 日
You can fill the markers with your standard deviation value colors....won't it work?
Sepp
Sepp 2017 年 10 月 9 日
Unfortunately not because I have two standard deviation values for each point, so I would need to colors...

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by