|
From: theozh <th...@gm...> - 2016-08-08 19:35:08
|
> Close. But you haven't actually given it a nominal data source or > function to plot. This should work: > > set sample 5 > set table > plot x using (rand(0)):(rand(0)):(rand(0)):(rand(0)):(rand(0)) with table > ...not yet. My gnuplot (V5.0 0) complains about the "using" as "unexpected or unrecognized token" |