yibeimingyue

 

days = 0:5:35;%使用两个 y 轴合并线图和条形图
conc = [515 420 370 250 135 120 60 20];
temp = [29 23 27 25 20 23 23 17];
yyaxis left
b = bar(days,temp);
yyaxis right
p = plot(days,conc);
plottools%这样就可以同步调节双坐标轴字体大小了

 https://blog.csdn.net/qq_42465670/article/details/101485412

分类:

技术点:

相关文章:

  • 2021-07-01
  • 2021-10-29
  • 2021-12-08
  • 2021-05-20
  • 2021-12-06
  • 2021-10-09
  • 2021-04-23
  • 2021-04-12
猜你喜欢
  • 2021-12-06
  • 2021-08-22
  • 2021-04-16
  • 2021-09-11
  • 2021-07-31
  • 2021-04-03
  • 2021-11-18
相关资源
相似解决方案