Two contour plots on the same figure with two different colormaps?

3 ビュー (過去 30 日間)
Xavier Simón Montero
Xavier Simón Montero 2022 年 12 月 30 日
I have seen some answers on this, but always use the axes function to create a cartesian axes, which is not the case I am looking for.
Im aiming to plot a contour surface into another with two different colormaps. Tried to introduce it as a property, but it is not the case either. I have got to plot one over another but with the same colormap, so it is not visible
The image below is a wind contour over a pressure contour. Would be something similar. Thanks for your help.

回答 (1 件)

MJFcoNaN
MJFcoNaN 2022 年 12 月 30 日
Hello,
As you mentioned, adding a new axes is a normal suggestion to introduce a new colormap, because an axes can only have one colormap property.
I have tried a more tedious way that merging two colormap into one by modifying data range and creating a merged colormap matrix.
  1 件のコメント
Xavier Simón Montero
Xavier Simón Montero 2023 年 1 月 9 日
The problem I have found when doing new axes is they got to be cartesian, and in my case I got two totally different scales for x and y

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeColor and Styling についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by