Add text to data points in a circle plot
Mostrar comentarios más antiguos
Hello,
I have a 26x26 matrix called mdist of distances of 26 banks with themselves which i plot like this:
figure;
x=graph(mdist);
plot(x,'layout','circle');
The thing is that i need to put the names of each bank in the data points so it looks like the following(mine does not have those names)

2 comentarios
Rik
el 4 de Mayo de 2020
You can generally use the text function to insert texts to your plot.
Juan David Mateus
el 4 de Mayo de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
