subplots of heatmap versus lineplots in same x-axes
3 ビュー (過去 30 日間)
古いコメントを表示
Hello:
I have a heat map plot at subplot(2,1,1) and a line plot at subplot(2,1,2). Both have the same x-axes. I want to show them in the same axes.
I am generating heatmaps using customizable heatmaps available at File exchange: https://de.mathworks.com/matlabcentral/fileexchange/24253-customizable-heat-maps
I wanted to use same axis available again at file exchange: https://de.mathworks.com/matlabcentral/fileexchange/7169-samexaxis-nice-subplots-with-same-x-axis
However, I couldn't achieved as desired. Could anyone help me in this?
0 件のコメント
採用された回答
Naman Bhaia
2019 年 2 月 25 日
Hey Poulomi,
What I understood from your question was that you want to plot both graphs overlaid one on top of another so for that you can try the ‘hold’ function.
And for any further details, you will need to contact the owner of the files you are referencing on File Exchange.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!