操作文本如下;
> x=[1:12]; > y=[75, 55, 45, 78, 90, 60, 70, 75, 88, 92, 94, 34]; > bar(x,y), xlabel('Name'), ylabel('score') >
结果;