label x-axis
label y-axis
label z-axis
xlabel("string label")
xlabel("string label", "PropertyName", PropertyValue)
ylabel("string label")
ylabel("string label", "PropertyName", PropertyValue)
zlabel("string label")
zlabel("string label", "PropertyName", PropertyValue)
“string label” a string: | |
---|---|
labels the axis of the current axes |
: :”PropertyName” a string: a property name : :PropertyValue a property value :
Each axes graphics object can have one label for the x-, y-, and z-axis.
The label appears beneath its respective axis in a two-dimensional plot and to the side or beneath the axis in a three-dimensional plot.
`xlabel`_(["first line";"second line"])
`ylabel`_("A label on y axis", "fontsize", 6)