Add xticks to a clustergram
古いコメントを表示
Hi,
I'm looking for a way to add xticks to a clustergram which I am creating using the function clustergram.
I simply want xticks from 0 to 4000 in spaces of 500, but could not find this option in the function.
Thanks a lot!
3 件のコメント
Adam Danz
2019 年 11 月 14 日
Clustergrams use a heatmap object which is notoriously difficult to customize. That being said, we may be able to recommend some things to try but first we need more information.
Could you provide a minimal working example that reproduces your clustergram with minimal data? You could re-create your input matrix using rand() that matches the size of your input and any other additional inputs to clustergram you're using.
Shani Hadar
2019 年 11 月 24 日
Adam Danz
2019 年 11 月 24 日
I see. Give my answer a try and let us know if this is what you were looking for.
採用された回答
その他の回答 (1 件)
Raunak Gupta
2019 年 11 月 19 日
0 投票
Hi,
From the figure of clustergram, the xticks can be interpretated as the ‘ColumnLabels’ property of the clustergram Object. Thus, by setting the ‘ColumnLabels’ to 0:500:4000 can change the column labels of clustergram. However, the xticks will be set based on the clustering that will be happen and it may not be in ascending order.
カテゴリ
ヘルプ センター および File Exchange で Expression Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!