From: Luis on
Hello all,

When i'm plotting the values of a matrix using the bar3() function i defined the Z axis limits in order to observe better the little diferences between the plotted values.

bar3(Z,'detached')
set(gca,'ZLim',[0.082 0.089]);

But when i give the order to draw the figure, below the values i defined for the Z axis limits there are the remaining of the bars.
How can i get this remaining bars out of the plotting figure and see only the bars defined between the z axis limits?

Thanks in advance,
Best regards
Lu?s B