From: AA Swamy on
hi,

When i plot the bar plot, I find the width of some bars thicker than the other? why is it?

my code is ---
spmax=20
xx(1:spmax,1)=1;
xx(1:spmax,2)=2;
xx(1:spmax,3)=3;
xx(1:spmax,4)=4;
bar(xx,'BarWidth',0.02)

thanks in advance for the support.

regards
AA