import tool.Graph3D; int graph = newGraph3D( 0, 0, 700, 700, "Graph" ) ; setGraph3DFile( graph, "test.tsv" ); //点プロットを無効にする setGraph3DOption( graph, "WITH_POINTS", false ); //線プロットを有効にする setGraph3DOption( graph, "WITH_LINES", true );