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
  1 件のコメント
Max Müller
Max Müller 2014 年 7 月 22 日
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by