Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: eepic not working when using size Date: Tue, 24 Jul 2018 13:39:11 +0200 Organization: solani.org Lines: 54 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1532432351 23229 127.0.0.43 (24 Jul 2018 11:39:11 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 24 Jul 2018 11:39:11 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Cancel-Lock: sha1:UP6j/SUslQJY+P1AtPUqboMSsTk= X-User-ID: eJwFwYEBACAEBMCViMePk8r+I3QHC42THgjHYJZUSxN1naCgfY+cTfp9Rixz1VKNR8t8Uh8FeQ/v Content-Language: de-DE-1901 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:4017 Am 22.07.2018 um 02:40 schrieb Fred Krogh: > On 07/21/2018 04:16 PM, Fred Krogh wrote: >> With >> set term eepic >> set output "xxx.tex" >> plot "xxxx" >> >> I get output just fine. But with >> >> set term eepic size 3.5,3.5 >> >> and after plot, no output. I can find no way to set the size of the canvas. >> >> This is my first time using gnuplot, but I think I'm following the >> documentation. Any help much appreciated. Thanks, >> Fred >> > I've found a solution. If I put the commands in a file, and then > > load "that.file" > > the canvas size gets set. > That shouldn't happen, neither in interactive nor in scripted mode. And doesn't for me, at least with gp5.2pl4. I used "plot x" instead of your data file "xxxx", but that really shouldn't make a difference dvi output looks like expected. I'm not sure how it could be made to work with pdflatex, the help says I need a "printer driver", whatever that means. With pdflatex, you get tic labels, key labels, but no axes or an actual graph. I've got a suspicion that eepic is sort of outdated. Try cairolatex? === \documentclass{article} \usepackage{epic,eepic} \begin{document} \begin{figure} \input{test.tex} \end{figure} \end{document}