plot / names for points
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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)
0 comentarios
Respuesta aceptada
Michael Haderlein
el 22 de Jul. de 2014
I always add a space:
strcat({' '},names)
Best regards, Michael
Más respuestas (0)
Ver también
Categorías
Más información sobre Subplots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!