Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4431

Getting gnuplot to work on Windows

Newsgroups comp.graphics.apps.gnuplot
Date 2021-09-13 08:46 -0700
Message-ID <4cf125f2-44cf-4700-8443-c5cbde61e1e2n@googlegroups.com> (permalink)
Subject Getting gnuplot to work on Windows
From David Partridge <david.partridge@perdrix.co.uk>

Show all headers | View raw


C:\Users\amonra\Downloads\Losmandy\PLOTS>dir
 Volume in drive C is Apollo
 Volume Serial Number is 172D-FED0

 Directory of C:\Users\amonra\Downloads\Losmandy\PLOTS

13/09/2021  16:06    <DIR>          .
13/09/2021  16:06    <DIR>          ..
13/09/2021  15:57           162,486 Servos.log
13/09/2021  16:12                42 setpath.bat
13/09/2021  15:59                 0 Test.gnuplot
               3 File(s)        162,528 bytes
               2 Dir(s)  1,246,003,449,856 bytes free

C:\Users\amonra\Downloads\Losmandy\PLOTS>

The setpath.bat simply does: PATH = C:\Program Files\gnuplot\bin;%PATH% so that gnuplot can be invoked directly.  The file Servos.log is the data and Test.gnuplot says:

set datafile separator ','
plot "servos.log" using 1:2 with lines, '' using 1:3 with lines

If I type gnuplot -p Test.gnuplot nothing seems to happen ?? What am I doing wrong?

Thanks
David

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

Getting gnuplot to work on Windows David Partridge <david.partridge@perdrix.co.uk> - 2021-09-13 08:46 -0700
  Re: Getting gnuplot to work on Windows David Partridge <david.partridge@perdrix.co.uk> - 2021-09-13 09:15 -0700

csiph-web