From: george12thd P on
Anybody?..
From: ImageAnalyst on
On Apr 14, 8:31 am, "george12thd P" <n...(a)newsgroup.thanks> wrote:
> Anybody?..

----------------------
I'd say that you just created a new array and subtracted the mean and
then plotted it
newValues = originalValues - mean(originalValues);
bar(newValues);

then you reset the tick marks using something like:
set(gca,'YTick',[2 2.1 2.2 2.3 2.4 2.5])