アットウィキロゴ

Setax(linestyle, hname, hposition, vname, vposition, oname, oposion)

set the style of axes. (h=horizontal, v=vertical, o=origin)
Ex) Setax( a , t , s , u , w , O , nw );
¦ The linestyle is either d ( : line) or a ( : arrow)
¦ The size of arrow can be set when the linestyle is arrow.
Ex) Setax( a0.5 ) ;
¦ if an argument is , the current value is not changed.
Ex) Setax( a , , , , , , );
¦ In this case, the shorter form is possible:
Ex) Setax( a );
¦ Similarly, the front part can be omitted:
Ex) Setax(6, O , se ); (set from 6th argument)
¦ The position is either n , s , e , w , ne , nw , se , sw .
Here n=north, s=south, and so on.
¦ Small distance from standart position can be added.
Ex) Setax(7, s2w3 );
move 2 units in the south, 3 units in the west.
unit=marklength ( to be described )
¦ The current values are displayed in case of no argument.
座標軸を設定(引数7 個)
※ 線種は d ; line , a ; arrow
※ arrow のとき ’a0.5’ のように,矢印の大きさを指定できる.
※ ” とすると,現在の設定を変更しない.
※ 以降が” のとき省略できる.また途中からも指定できる
例) Setax(’a’ );
例) Setax(6, ’O’, ’se’ );  (6 番目から指定)
※ 位置は’n’, ’s’, ’e’, ’w’, ’ne’, ’nw’, ’se’, ’sw’
※ ’s2w3’ のように微小移動量を付加してよい.
※ 空引数のとき,現在の設定値を表示
最終更新:2013年12月03日 21:41