login

arrow.gs

Top / GrADS / script / arrow.gs

Japanese / English

Name

arrow - Draw arrow.

Synopsis

arrow
    x1 y1 x2 y2
    [-angle angle] [-head head[%]]

Description

Draw arrow. To show help, simply run arrow.

Options

x1 y1
Coordinate value of starting point.
x2 y2
Coordinate value of ending point.
-angle angle
Arrow head angle. Default value is "30".
-head head[%]
Arrow head length. It can be set relative to the arrow length if you add "%". Default value is "20%".

Examples

(1) Draw arrow from (1,3) to (2,5).

arrow 1 3 2 5

Script source code