| Contents | Index |
addYLabel(HMObject, Label)
addYLabel(HMObject, Label,
'Property1Name', Property1Value, 'Property2Name', Property2Value,
...)
H = addYLabel(HMObject)
| HMObject | HeatMap object created with the function HeatMap. |
| Label | String used as the y-axis label in the HeatMap window. |
| H | Handle to a MATLAB text object used as the y-axis label for the heat map. |
addYLabel(HMObject, Label) adds a label to the left of the y-axis of a heat map displayed in the HeatMap window.
addYLabel(HMObject, Label, 'Property1Name', Property1Value, 'Property2Name', Property2Value, ...) specifies text object properties for the y-axis label. For more information on the property name/property value pairs you can use to modify the text, see Text Properties.
H = addYLabel(HMObject) returns the handle to the text object used as the y-axis label for the heat map.
Supply a y-axis label for the HeatMap object created in the Examples section of the HeatMap function reference page. Use 12-point, italic text for the label.
addYLabel(hmo, 'Samples', 'FontSize', 12, 'FontAngle', 'Italic')
Return a handle to the y-axis label text object, then use the set function to change the font size to 14 points.
h = addYLabel(hmo) set(h, 'FontSize', 14)
addTitle | addXLabel | HeatMap | plot | view

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |