|
From: kf.moriyama <km...@mb...> - 2006-04-18 12:08:29
|
Sorry for very late reply and maybe somebody might have answered. But, I wanted the samething and I made a patch for it. http://www22.ocn.ne.jp/~moriyama/gnuplot/gnuplot-e.html You can do what you want by plot "data_file" w l, "" every 50 w p but it takes more typing. mori > I want to plot all the data in a "line", however, I also want to > put some "point marks" (such as rectangle, asterisk etc) for some > of the points. Can anyone help me on this? > > Basically, I have a large set of data, if I use linespoints for ploting, I > cannot differeniate the linespoints for different data set (because there > are so many points). On the other hand, if I use the every command, some > data value will be ignored. > > Many thanks, > -- > Zhenhai Duan |