|
From: Thomas S. <t.s...@fz...> - 2010-10-26 13:53:16
|
check if the gnuplot package of your distribution contains the file "random-points". if you didn't find it, try find / -name 'random-points' (takes some time) if there is nothing found download the gnuplot sources. once unpacked, you will find the file in the 'demo' directory. CLOSE Dave (DAE) wrote: > > I'm trying to create graphs similar to those shown in the demo gallery > cumulative smoothing. However, the example scripts given reference a > file called random-points which is not supplied anywhere I can find. > Without it, I can't be sure I'm using the examples correctly. > > To work around the lack of that file, I've created a file with some > random numbers in four columns. When I feed this file to the second, > third, and fourth example scripts, I get something reasonably similar to > the example graphs. But it doesn't seem to work for the first example. > There, instead of the histogram, I get a number of horizontal straight > lines the full width of the graph. I wonder what I'm doing wrong? > > This is the gnuplot 4.4.0-5 RPM supplied with Fedora 14 (beta). > -- > Dave Close, Thales Avionics, Irvine California USA > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America > contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in > marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/random-points-tp30053024p30057754.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |