Prev: How to draw circle using the LINE command
Next: bsxfun passes a row vector to the function - a bug or a feature?
From: AA Swamy on 25 Apr 2010 10:31 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 |