MATLAB: More clear color bar

colorbarcolormapplot

I use col = jet(length(KsTable.k_name)); to make color bar but the colors are not clear. I mean shades are close to each other and not easy to distinguish.
How can I fix this issue?
Capture.JPG

Best Answer

Use a different color map.
191031 104411-View and set current colormap - MATLAB colormap.png
Related Question