Add subtitle to plot
subtitle(___,
sets
properties on the text object using one or more name-value pair arguments. Specify the
properties after all other input arguments. For a list of properties, see Text Properties.Name,Value
)
subtitle(
specifies the
target object for the subtitle. The target object can be any type of axes, a tiled chart
layout, or an array of objects. Specify the target object before all other input
arguments.target
,___)
t = subtitle(___)
returns the text object for the
subtitle. Use t
to set properties on the object after creating the
subtitle. For a list of properties, see Text Properties.