Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: EEPIC + multiplot results in wrong picture env. Followup-To: comp.graphics.apps.gnuplot Date: Wed, 21 Sep 2011 19:17:58 -0700 Organization: gnuplot development team Lines: 41 Message-ID: References: <22961972.199.1316627193860.JavaMail.geo-discussion-forums@yqaa12> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Thu, 22 Sep 2011 02:18:01 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="a5sqwvDD9P994JK/mw/xtg"; logging-data="29198"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+9Rx9S9NZTWWBekoIQEqQ" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:9QKJzv2JMXIZLpiXufdtRgrFw3I= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:592 Andre wrote: > 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 > [...] > > As you can see the \path paints outside the box and therefore my > entire graphic is messed up. Your various commands are fighting against each other. The "set margin at screen" commands win. The other size / layout commands are to help the program lay out the plot automatically. But when you say "set margin at screen XXX" that overrides any automatic calculation and says "put the edge of the plot exactly there!". Now there may well be some additional problem, either a bug in the eepic driver or a bad interaction between other commands. One thing I note is that the "set size" command probably isn't having the effect you intended, since it comes after the "set term" command. The eepic terminal has recently gained a new option "set term eepic ... size XX,YY" to match other terminals, but you don't have that available in version 4.4.2 Ethan > Adjusting the \begin{picture} manually to > the (approx) coordinates used works for me right now. > > gnuplot 4.4 patchlevel 2