~~~~~~~~~~~~~~平面グラフ$G$の各点を整数格子点上に配置し, 各辺が互いに交差しない直線分となるような描画を$G$の格子描画という. 本論文では外周上に4つ以上の点を持つ4連結平面グラフの格子描画を見つける 極めて簡単なアルゴリズムを与える. アルゴリズムの実行時間は$O(n)$であり, 必要な格子の大きさは 幅が$\lceil n/2 \rceil-1$であり, 高さが$\lceil n/2 \rceil$である. ここで$n$はグラフの点数である. 少なくとも幅$\lceil n/2 \rceil-1$かつ高さ$\lceil n/2 \rceil$の 大きさの整数格子を格子描画に必要とする4連結平面グラフが無限個存在するという 意味において 本論文のアルゴリズムは最適である. ~~~~~~~~~~~~~~A grid drawing of a plane graph $G$ is a drawing of $G$ on the plane so that all vertices of $G$ are put on plane grid points and all edges are drawn as straight line segments between their endpoints without any edge-intersection. In this paper we give a very simple algorithm to find a grid drawing of any given 4-connected plane graph $G$ with four or more vertices on the outer face. The algorithm takes time $O(n)$ and needs a rectangular grid of width $\lceil n/2 \rceil-1$ and height $\lceil n/2 \rceil$ if $G$ has $n$ vertices. The algorithm is best possible in the sense that there are an infinite number of 4-connected plane graphs any grid drawings of which need rectangular grids of width $\lceil n/2 \rceil-1$ and height $\lceil n/2 \rceil$.