How to remove border line of a circle graph

6 visualizzazioni (ultimi 30 giorni)
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!

Risposta accettata

Kelly Kearney
Kelly Kearney il 5 Mag 2020
set(gca, 'visible', 'off');
or
axis off;

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by