From: Petr M. <mi...@ph...> - 2004-06-03 15:43:08
|
> Is it possible to make a graph from a datafile with "linespoints" where the line > is drawn for every data-point and the points are drawn for every nth datapoint? yes plot 'bla.dat' with line, '' every 20 with point -- PM |