Background value of scatter plot

4 次查看(过去 30 天)
YongHyun
YongHyun 2016-7-17
评论: John BG 2016-7-18
In this plot, the bottom of colorbar is white to present as white color in background of scatter plot. Colors of scatter plot mean the point density. In this situation, I want to change the bottom of colorbar as blue (bottom of colormap 'jet') without changes of the background color (I mean white color maintaining.). Also, colorbar has to start from a zero. Thank you in advance.
  1 个评论
John BG
John BG 2016-7-18
it's easier to help if you make the code available. Please attach the lines that plot this graph. Awaiting answer

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2016-7-17
The colorbar shows the colormap that is applied to the data. Since you changed the jet colormap to white so that your 0 data will be white, it will show up as white in the colorbar also. I don't think that playing around with caxis() will help. You could make up your own image and then show that instead of the colorbar if you want. Use repmat() and ind2rgb() to make up a colored ramp, then use imshow() to display it in an axes, then use the position property of the axes to place it beside your main image.
Or you can just make up an image instead of a scatterplot and display that, which is probably easier.

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by