パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
start | 矢印の始点の座標。 The coordinate of the start point of the arrow. |
\(x\)座標と\(y\)座標をカンマ(,)で区切って並べた文字列。 A string composed of the \(x\)- and \(y\)-coordinates separated by a comma. |
0.0,0.0 |
end | 矢印の終点の座標。 The coordinate of the end point of the arrow. |
\(x\)座標と\(y\)座標をカンマ(,)で区切って並べた文字列。 A string composed of the \(x\)- and \(y\)-coordinates separated by a comma. |
省略不可 Cannot be omitted |
angle | 矢印の中心線と斜めの線の間の角度(°)。 The angle (°) between the central and oblique lines of the arrow. |
180.0未満の正の実数。 A positive real number less than 180.0. |
30.0 |
length | 矢印の中心線の長さを1としたときの斜めの線の相対長さ。 The length of the oblique lines relative to that of the central line of the arrow. |
正の実数。 A positive real number. |
0.2 |
ratio_xy | プロットするグラフの縦横の縮尺比。
\(x\)座標の1の増分に対応するグラフ上での長さを与える\(y\)座標の増分
として定義される。 The scale ratio of lateral and vertical axes of the graph to plot, defined as the increment of the \(y\)-coordinate for the length in the graph corresponding to the increment of 1 in the \(x\)-coordinate. (例/Example) \(0\leq x\leq 5\), \(0\leq y\leq 100\)の範囲を 横幅5cm、縦幅10cmのグラフにプロットする場合を考える。 このとき\(x\)座標の1の増分はグラフ上で1cmであり、 この長さは\(y\)座標の10の増分に対応する。 したがって--ratio_xy=10.0となる。 Consider to plot data in \(0\leq x\leq 5\) and \(0\leq y\leq 100\) onto a graph of 5 cm in horizontal and 10 cm in vertical. In this case, the increment of 1 in \(x\) corresponds to 1 cm on the graph, and this length corresponds to the increment of 10 in \(y\). Therefore --ratio_xy=10.0 in this case. |
正の実数。 A positive real number. |
1.0 |
0.000000e+00[TAB]0.000000e+00 0.000000e+00[TAB]1.000000e+01 -1.000000e+00[TAB]8.267949e+00 0.000000e+00[TAB]1.000000e+01 1.000000e+00[TAB]8.267949e+00 |