Main Content
addXLabel
Label x-axis of heatmap or clustergram
Description
addXLabel(
adds a label below the x-axis of the heatmap or clustergram.hm_cg_object
,label
)
addXLabel(
specifies the label text object properties using name-value pair arguments. For
example, hm_cg_object
,label
,Name,Value
)addXLabel(hmObj,'Samples','Color','red','FontSize',12)
displays
the label in red 12-point font. You can specify multiple name-value pairs. Enclose each
property name in quotes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009b