Apply separate color maps on same plot.
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hello, I am trying to apply 2 color maps on the same plot. I have found that the following command applies two evenly distributed color maps over the total range of all the plotted figures.
{colormap([jet(64); jet(64)]);}
Problem is, my figures ranges are are not evenly distributed , nor do they cover the whole value range. The first figure has value from 1-9, the second varies from 250-300. I somehow need to skew the two evenly distributed colors bars so they range from 0-9 and from 250-300.
Please help!
0 个评论
回答(0 个)
此问题已关闭。
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!