Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news.cgarbs.de!news.addix.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Christoph Bersch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Gnuplot and epslatex Date: Mon, 25 Jul 2011 12:15:47 +0200 Organization: 1&1 Internet AG Lines: 28 Message-ID: References: <6fff9ffe-1aed-4100-8351-ce48d149e308@a10g2000yqn.googlegroups.com> <14fe6df9-1c37-4e52-8fe9-6d413fec244a@y24g2000yqb.googlegroups.com> NNTP-Posting-Host: p54938d79.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: online.de 1311588948 16987 84.147.141.121 (25 Jul 2011 10:15:48 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 25 Jul 2011 10:15:48 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de-AT; rv:1.9.1.16) Gecko/20110505 Icedove/3.0.11 In-Reply-To: <14fe6df9-1c37-4e52-8fe9-6d413fec244a@y24g2000yqb.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:480 On 25.07.2011 11:01 Gaius Verres wrote: > > On 25 Jul., 10:41, Christoph Bersch wrote: >> On 25.07.2011 09:22 Gaius Verres wrote: >> >> > set size 1.5,1.0 >> >> [...] >> >> > Well now, I have the following problem: I can see only a *part* of the >> > plot in the reuslting PDF file. >> >> From the documentation of "set size": >> >> set size , scales the plot itself relative to the size of the >> canvas >> >> So your plot is bigger than the canvas. > > well, I have tried to change every "set size 1.5,1.0" to "set size > 0.2,0.2" but that didn't help. You also have problem with some other settings: set origin 0.0,2.158 # this is outside the canvas set bmargin 0 # this crops the xlabels Christoph