transparency line of polar graph

5 ビュー (過去 30 日間)
Begüm DEVLET
Begüm DEVLET 2021 年 12 月 24 日
コメント済み: Begüm DEVLET 2021 年 12 月 24 日
I plot a polar graph with line data set. I could not change transparency of data lines, i tried facealpha and edgealpha but they did not work.
if anyone has a idea that how can change the transperancy of lines would be great, thank you.

採用された回答

Chunru
Chunru 2021 年 12 月 24 日
theta = deg2rad(0:360);
r = cos(theta).^2;
a = polar(theta, r);
a.Color =[1,0,0, .2]; % use the last value to control the transparency
  1 件のコメント
Begüm DEVLET
Begüm DEVLET 2021 年 12 月 24 日
it works, thanks!

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by