how to plot non-standard contour plots

1 回表示 (過去 30 日間)
emjey
emjey 2019 年 12 月 13 日
編集済み: emjey 2020 年 1 月 8 日
I would like to plot following contour plots representing two dimensional cumulative distributon functions (CDF) given the data coordinates (blue solid dots).
2D_CDF.pngA CDF in 2 or more dimensions is not unique (Lopes et al. The two-dimensional Kolmogorov-Smirnov test) that's why there are 4 alternative plots (and probably some more). I assume this task is in theory straightforward but time consuming, there might be something out there.
Any pointers would be very welcome. M
  5 件のコメント
darova
darova 2020 年 1 月 7 日
try patch
emjey
emjey 2020 年 1 月 8 日
編集済み: emjey 2020 年 1 月 8 日
Thanks darova for pointing me in the right direction! Again, I did in R using geom_rect, an analog to 'patch' if I see it correctly.
Rplot01.png
The sequence of recangles is ordered wrt the eucleadian distance of the data. This means, if we assume this generic ordering, there is possibly only one version of defining a 2D CDF instead of two.
Any comments?

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

回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by