plot / names for points

조회 수: 3 (최근 30일)
Max Müller
Max Müller 2014년 7월 22일
댓글: Max Müller 2014년 7월 22일
Hey Guys. How can I get some space between the points (x,y) and thier "names".
text(x,y1,names,'Interpreter','none','rotation',90)

채택된 답변

Michael Haderlein
Michael Haderlein 2014년 7월 22일
I always add a space:
strcat({' '},names)
Best regards, Michael

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by