How to remove border line of a circle graph

조회 수: 2 (최근 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 CenterFile Exchange에서 2-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