How to remove border line of a circle graph

3 次查看(过去 30 天)
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;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Specifying Target for Graphics Output 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by