Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda Scilab >> Biblioteca de Gráficos > annotation > xlabel

xlabel

label x-axis

ylabel

label y-axis

zlabel

label z-axis

Calling Sequence

xlabel("string label")
xlabel("string label", "PropertyName", PropertyValue)
ylabel("string label")
ylabel("string label", "PropertyName", PropertyValue)
zlabel("string label")
zlabel("string label", "PropertyName", PropertyValue)

Arguments

"string label"

a string: labels the axis of the current axes

"PropertyName"

a string: a property name

PropertyValue

a property value

Description

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.

Examples

xlabel(["first line";"second line"])
            ylabel("A label on y axis", "fontsize", 6)

See Also

  • title — Exibe um título em uma janela gráfica
Report an issue
<< xtitle annotation axes_operations >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Oct 01 17:39:50 CEST 2012