plot / names for points

3 visualizaciones (últimos 30 días)
Max Müller
Max Müller el 22 de Jul. de 2014
Comentada: Max Müller el 22 de Jul. de 2014
Hey Guys. How can I get some space between the points (x,y) and thier "names".
text(x,y1,names,'Interpreter','none','rotation',90)

Respuesta aceptada

Michael Haderlein
Michael Haderlein el 22 de Jul. de 2014
I always add a space:
strcat({' '},names)
Best regards, Michael

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by