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