Scilab 6.0.0
- 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
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xsegs
- xset
- xsetech
Scilabヘルプ >> Graphics > xgraduate
xgraduate
軸のグラデーション
呼び出し手順
[xi, xa, np1, np2, kMinr, kMaxr, ar] = xgraduate(xmi, xma)
引数
- xmi,xma
実数スカラー
- xi, xa, kMinr, kMaxr, ar
実数スカラー
- np1,np2
整数
説明
xgraduate
は,
(プリティプリントフラグが有効とされた)プロットルーチン
で使用される軸のグラデーションを返します.
この関数は,指定した範囲[xmi,xma]
を含み,
xi= kMinr*10^ar
, xa=kMaxr*10^ar
となる,
範囲[xi,xa]
を返します.
この範囲は,np2
個の範囲に分割することができ,
各範囲はnp1
個のサブ範囲に分割されます.
例
[x1,xa,np1,np2,kMinr,kMaxr,ar]=xgraduate(-0.3,0.2)
Comments
Add a comment:
Please login to comment this page.