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.
采纳的回答
更多回答(1 个)
Matt Fig
2011-3-22
Is this what you are looking for?
% Make your surface plot, then:
shading('interp')
类别
在 帮助中心 和 File Exchange 中查找有关 Colorbar 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!