我对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%方法),而在另一行中则是如此。
当我增加正面尺寸时,我的名字相互重叠。