Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Olaf Schultz Newsgroups: comp.graphics.apps.gnuplot Subject: Re: obtain a pdf graph from .cvs file Date: Thu, 20 Mar 2014 20:59:24 +0100 Lines: 25 Message-ID: References: <6ab80666-7313-4dfc-8dcc-2d0ddde2ce70@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: individual.net 3qnAdfQsmJog0tJbQM9dDg2mW69yFNSKgUy9k7eaerTrj2GIpI Cancel-Lock: sha1:MuHdeSZp0aX3C4k+5wnwCWc3D9g= User-Agent: Thunderbird 2.0.0.18 (X11/20081112) In-Reply-To: <6ab80666-7313-4dfc-8dcc-2d0ddde2ce70@googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:2361 Ramon Yll Prous wrote: > 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 epslatex because I know a friend of mine uses it but without understanding why....) > > What I have done is: > > 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 > warning: Skipping unreadable file "field-electrode.csv" > No data in plot > > Can somebody please help me? I would really appreciate it... ps2pdf > Ramon