plot / names for points

3 views (last 30 days)
Max Müller
Max Müller on 22 Jul 2014
Commented: Max Müller on 22 Jul 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)

Accepted Answer

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

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!