How to remove border line of a circle graph

5 ビュー (過去 30 日間)
Juan David Mateus
Juan David Mateus 2020 年 5 月 5 日
コメント済み: Juan David Mateus 2020 年 5 月 5 日
Hello, i have a circle plot made with the following
figure;
G=graph(mdist,nombresn);
plot(G,'layout','circle', 'NodeFontSize',4.5);
i´m trying to remove that black square border line, i´m sure it must be some silly solution but i have not find out how to do it yet. it loks like this:
thanks!

採用された回答

Kelly Kearney
Kelly Kearney 2020 年 5 月 5 日
set(gca, 'visible', 'off');
or
axis off;
  1 件のコメント
Juan David Mateus
Juan David Mateus 2020 年 5 月 5 日
quite an easy task right? hahahaha, thank you very much!

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

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by