Main Content
addYLabel
Label y-axis of heatmap or clustergram
Description
addYLabel(
adds a label below the y-axis of the heatmap or clustergram.hm_cg_object
,label
)
addYLabel(
specifies the label text object properties using name-value pair arguments. For
example, hm_cg_object
,label
,Name,Value
)addYLabel(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