gpt4 book ai didi

matlab - 2 行中的 x 轴名称

转载 作者:行者123 更新时间:2023-12-04 04:34:23 25 4
gpt4 key购买 nike

我有关于 matlab 条形图的问题。
这是我的脚本:

Y = [0.0608 0.0018 
0.383 0.0146
0.2162 0.0106
0.1212 0.0067
0.2226 0.0771
0.1507 0.008 ];
bar(Y,'stack')
grid on
set(gca,'XTickLabel',{'200% method','Alt gen method', 'Energy method','PASS 2050','Power bonus method','Exergy method'});
colormap summer

是否可以在两行中在 x 轴上设置名称?
例如,第一行有“200%”,第二行有“方法”,而不是(200% 方法)在一行,依此类推。

当我增加正面尺寸时,我的名字会相互重叠。

最佳答案

您可以尝试使用 this (fix_xticklabels)。

关于matlab - 2 行中的 x 轴名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20018116/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com