How to remove border line of a circle graph

3 vues (au cours des 30 derniers jours)
Juan David Mateus
Juan David Mateus le 5 Mai 2020
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!

Réponse acceptée

Kelly Kearney
Kelly Kearney le 5 Mai 2020
set(gca, 'visible', 'off');
or
axis off;
  1 commentaire
Juan David Mateus
Juan David Mateus le 5 Mai 2020
quite an easy task right? hahahaha, thank you very much!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Specifying Target for Graphics Output dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by