winderFF

 转自百度贴吧

程序:

cheny=[1 2;3 4; 5 6];
b=bar(y);
ch = get(b,\'children\');
set(ch{1},\'facecolor\',[0 0 0])
set(ch{2},\'facecolor\',[1 1 1])
legend([ch{1} ch{2}],\'AA\',\'BB\');
xlabel(\'XXXXX\');
ylabel(\'YYYYY\');
set(gca,\'XTickLabel\',{\'30%\',\'45%\',\'60%\'})

图:

 

 转自百度贴吧

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2021-07-15
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-07-14
猜你喜欢
  • 2021-04-08
  • 2021-11-20
  • 2021-10-09
  • 2021-07-08
  • 2021-09-29
  • 2022-01-20
  • 2021-09-04
相关资源
相似解决方案