|
From: Ethan M. <eam...@gm...> - 2016-08-08 19:59:55
|
On Mon, Aug 8, 2016 at 12:34 PM, theozh <th...@gm...> wrote: > > > 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" > Sorry. Thinko/typo. That should have been plot '+' using (rand(0)):(rand(0)):(rand(0)):(rand(0)):(rand(0)) with table |