Add xticks to a clustergram
Show older comments
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 Comments
Adam Danz
on 14 Nov 2019
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
on 24 Nov 2019
Adam Danz
on 24 Nov 2019
I see. Give my answer a try and let us know if this is what you were looking for.
Accepted Answer
More Answers (1)
Raunak Gupta
on 19 Nov 2019
0 votes
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.
Categories
Find more on Expression Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!