Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Andre Newsgroups: comp.graphics.apps.gnuplot Subject: EEPIC + multiplot results in wrong picture env. Date: Wed, 21 Sep 2011 10:46:33 -0700 (PDT) Organization: http://groups.google.com Lines: 24 Message-ID: <22961972.199.1316627193860.JavaMail.geo-discussion-forums@yqaa12> Reply-To: comp.graphics.apps.gnuplot@googlegroups.com NNTP-Posting-Host: 128.4.134.78 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1316627194 29995 127.0.0.1 (21 Sep 2011 17:46:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Sep 2011 17:46:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=128.4.134.78; posting-account=kN1aYAkAAADqwdW5nZJgY8pNp5KM3HN8 User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:590 I have the following script: set term eepic dashed rotate small 9 set size 3.4/5., 2/3. set multiplot layout 2,1 set lmargin at screen 0.1 set rmargin at screen 1.0 set bmargin at screen 0.55 set tmargin at screen 0.9 [...] (I can post the entire file if necessary) The problem is the generated .tex file: % GNUPLOT: LaTeX picture using EEPIC macros \setlength{\unitlength}{0.120450pt} \begin{picture}(2040,1200)(0,0) [...] \thicklines \path(2876,1619)(2876,1578) As you can see the \path paints outside the box and therefore my entire graphic is messed up. Adjusting the \begin{picture} manually to the (approx) coordinates used works for me right now. gnuplot 4.4 patchlevel 2