Scilab 5.5.1
- Scilabヘルプ
- Graphics
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- lighting
- load_save
- pie
- polygon
- property
- text
- transform
- window_control
- GlobalProperty
- Graphics: Getting started
- Compound_properties
- graphics_entities
- object_editor
- pixel_drawing_mode
- segs_properties
- twinkle
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
- xsetm
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xgrid
2次元または3次元プロットにグリッドを追加
呼び出し手順
xgrid([color] [, thickness] [, style])
引数
- color
整数または行行列.
- thickness
実数または行行列.
- style
整数または行行列.
説明
xgrid
は2次元または3次元プロットにグリッドを追加します.
color
はグリッドのプロットで使用されるカラーIDです
(color
がスカラーの場合,同じ色が各軸で使用されます).
thickness
はグリッドのプロットで使用される太さです
(thickness
がスカラーの場合,同じ太さが各軸で使用されます).
style
はグリッドのプロットで使用されるスタイルです
(style
がスカラーの場合,同じスタイルが各軸で使用されます).
利用可能なスタイルはline_style
プロパティと同じです
(axes_properties参照).
履歴
バージョン | 記述 |
5.5.0 | 引数 thickness および style
が導入されました. |
Report an issue | ||
<< xgraduate | Graphics | xname >> |