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

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ヘルプ >> Graphics > axes_operations > xgrid

xgrid

2次元または3次元プロットにグリッドを追加

呼び出し手順

xgrid([color] [, thickness] [, style])

引数

color

整数または行行列.

thickness

実数または行行列.

style

整数または行行列.

説明

xgridは2次元または3次元プロットにグリッドを追加します.

color はグリッドのプロットで使用されるカラーIDです (colorがスカラーの場合,同じ色が各軸で使用されます).

thickness はグリッドのプロットで使用される太さです (thicknessがスカラーの場合,同じ太さが各軸で使用されます).

styleはグリッドのプロットで使用されるスタイルです (styleがスカラーの場合,同じスタイルが各軸で使用されます). 利用可能なスタイルはline_styleプロパティと同じです (axes_properties参照).

x=[0:0.1:2*%pi]';

plot2d(sin(x))

xgrid(5, 1, 7)

履歴

VersionDescription
5.5.0 引数 thickness および style が導入されました.
Report an issue
<< unzoom axes_operations xsetech >>

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 Feb 12 23:12:41 CET 2018