Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - 日本語

Change language to:
English - Français - Português - Русский

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

Scilab help >> Graphics > annotation > xlabel

xlabel

x軸ラベルを付加する

ylabel

y軸ラベルを付加する

zlabel

z軸ラベルを付加する

呼び出し手順

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"

文字列: カレントの軸の軸ラベル

"PropertyName"

文字列: プロパティ名

PropertyValue

プロパティの値

説明

各軸のグラフィックオブジェクトは, x, y, および z軸に各一つのラベルを有することができます.

このラベルは2次元プロットでは対応する軸の下, 3次元プロットでは軸の横または下に表示されます.

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

参照

  • title — グラフィックウインドウにタイトルを表示する
Report an issue
<< title annotation xtitle >>

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:40:33 CEST 2012