colorbar

Hi everyone,
I plot some data using 'surf' plus a colorbar at the end. The plot shows a pixelated picture. The colors which represent the data are not continuous and there is a sharp jump between colors. I was thinking if I can increase the number of the colors in the bar then it looks more continuoues. I will appreciate any help from you.
Thank you,
S.

 Accepted Answer

Matt Tearle
Matt Tearle on 22 Mar 2011

0 votes

You can change your colormap to have more colors. The default is 64.
colormap(jet(128))

1 Comment

S
S on 23 Mar 2011
Thank you Matt, I will try yours:)

Sign in to comment.

More Answers (1)

Matt Fig
Matt Fig on 22 Mar 2011

0 votes

Is this what you are looking for?
% Make your surface plot, then:
shading('interp')

1 Comment

S
S on 22 Mar 2011
That's it. That's what was looking for. Thank you sooooooooooooo.... much Matt Fig.

Sign in to comment.

Tags

Asked:

S
S
on 22 Mar 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!