Enter in XTickLabel , how to?

1 回表示 (過去 30 日間)
Hello kity
Hello kity 2012 年 12 月 20 日
I am editting a graph. I was giving names to each bar with xticklabel. But the way it creates isnt looking nice.
set(gca,'XTickLabel',{['bar1' num2str(DATA)]})
this creates below the bar,
bar1 DATA
what i want is
  • bar1
  • DATA (enter in between)
so how to do this?

回答 (2 件)

Jan
Jan 2012 年 12 月 20 日
set(gca,'XTickLabel', ['bar1', char(10), num2str(DATA)])
  1 件のコメント
Hello kity
Hello kity 2012 年 12 月 21 日
char(10) creates a square next to 'bar1'. it doesnt enter...

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


Hello kity
Hello kity 2012 年 12 月 21 日
char(10) didnt do the job, does anyone else know how you can make matlab use a second line in the x-axis?

カテゴリ

Help Center および File ExchangeGraph and Network Algorithms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by