X-Received: by 10.43.163.199 with SMTP id mp7mr13709623icc.6.1395268956381; Wed, 19 Mar 2014 15:42:36 -0700 (PDT) X-Received: by 10.50.61.144 with SMTP id p16mr679160igr.16.1395268956086; Wed, 19 Mar 2014 15:42:36 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!l13no8505511iga.0!news-out.google.com!dd7ni76igb.0!nntp.google.com!l13no8505503iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 19 Mar 2014 15:42:35 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=128.200.66.71; posting-account=jvWYbAoAAAAWyyRuZL_VWQZZcgS8eqjH NNTP-Posting-Host: 128.200.66.71 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6ab80666-7313-4dfc-8dcc-2d0ddde2ce70@googlegroups.com> Subject: obtain a pdf graph from .cvs file From: Ramon Yll Prous Injection-Date: Wed, 19 Mar 2014 22:42:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:2356 Hello, I'm new in using gnuplot and I'd like to obtain pdf graphs of a .csv file. = Which would be commands I should use? I have read different tutorials but I= 'm having problems in knowing which terminal I should use. (I have used eps= latex because I know a friend of mine uses it but without understanding why= ...) What I have done is: =20 gnuplot> set terminal epslatex = #definir la terminal (crec qye es amb la que treballaves tu, no?) Terminal type set to 'epslatex' Options are ' leveldefault monochrome blacktext \ dashed dashlength 1.0 linewidth 1.0 butt noclip \ nobackground \ palfuncparam 2000,0.003 \ noheader "" 11 fontscale 1.0 ' gnuplot> set output "PROBA.eps" gnuplot> set output "PROBA.tex" gnuplot> plot "field-electrode.csv" using 1:2=20 warning: Skipping unreadable file "field-electrode.csv" No data in plot Can somebody please help me? I would really appreciate it... Ramon