Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Uwe Scholz Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Right margin in pm3d plot not correct when using cblabel and postscript terminal Date: Wed, 6 Apr 2011 20:07:15 +0000 (UTC) Organization: albasani.net Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.albasani.net venGw0Yfli4V0kSy4ZiGi5+e1LQ7niG70WJxL+0zxDWV+FM0giOzeBGYIlR3I6xwNe0laqVItGLFk2ZfJCDHsw== NNTP-Posting-Date: Wed, 6 Apr 2011 20:07:15 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="uzO2e9RPzklk+jjoOrmf4gGZ94746Vg3XaiuwKrPjww3tsS8251pKEgFobFmsc0zldLgoJKm9vzsLNwpaBQsKxyxaSU/q/yZfFixW2cVoVGrFVP+FKCxInNqlv9P60y/"; mail-complaints-to="abuse@albasani.net" User-Agent: Pan/0.134 (Wait for Me; GIT cb32159 master) Cancel-Lock: sha1:OudYl4ib/LSDJBjwmaJq5oODeOw= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:220 On Wed, 06 Apr 2011 08:42:01 +0000, Petr Mikulik wrote: >> PS: By editing the bounding box in the eps file before converting it to >> pdf it is possible to see the whole cblabel. But this is only a >> workaround by now and no solution... > > Yes, it is a solution; thus use the following automation solution (as > you should do for any eps figure to be included in another document): > > system 'epstopdf Test.eps && fixbb Test.eps && rm Test.eps' Great! This script works for me. How could I lived without it? Though, the gnuplot line must be: system 'fixbb Test.eps && epstopdf Test.eps && rm Test.eps' Many thanks! Uwe