如何在matlab中将x轴标签移到右边

时间:2015-01-26 11:05:15

标签: matlab

我正在尝试使用matlab绘制一个盒子图。我想将x轴标签的位置向右移动。请参阅以下似乎无法正常工作的代码。

positions = [2.5 3.5 4.5 5.5 6.5 7.5];

colors = [0 0 1; 0 0 1;0 0 1; 1 0 0;1 0 0;1 0 0]; 
x = boxplot([KA_query_length Plan_query_length Comp_query_length FR_query_length KI_query_length QA_query_length], 'Position', positions, 'Colors',colors,'whisker',0);
set(gca, 'FontSize', 20,'FontWeight','bold');

下面给出的是图表目前的样子。 Matlab bar graph

0 个答案:

没有答案