import tool.Graph3D; int graphID = newGraph3D(0, 0, 700, 700, "Graph"); // 座標値データファイル「 test.csv 」をプロットする setGraph3DFile(graphID, "test.csv");