Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news-peer.in.tum.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Gnuplot and epslatex Date: Tue, 26 Jul 2011 13:24:12 +0200 Lines: 25 Message-ID: <997mesFabfU1@mid.individual.net> References: <6fff9ffe-1aed-4100-8351-ce48d149e308@a10g2000yqn.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: individual.net IvtaPYkCGM8xxGDZA13BZgabir7cfsY9v6U8qCfsvTz5bUA+Yz Cancel-Lock: sha1:WP8oEz57a8/0xJNnLyaECxBhZwg= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 In-Reply-To: <6fff9ffe-1aed-4100-8351-ce48d149e308@a10g2000yqn.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:494 On 25.07.2011 09:22, Gaius Verres wrote: > Of course I could use the LaTeX code generated by gnuplot directly (or > gnuplottex), i.e. the plot itself as an EPS and the axis as a LaTeX > but publishers want to have EPS/PDF for the *whole* plots and LaTeX > files which are as simple as possible without any further packages. One question for further understanding: Does the publisher want all the sub-plots separately or the whole multiplot array as a single .eps? If the former, then I would generate the subplots as separate .eps files (e.g. by putting a set output "fig1a", set output "fig1b" etc. before each plot command) and submit them together with the manuscript as a tarball. For the reviewer you can fit them together with multiplot. In the latter case (i.e. all-in-on) I would just use multiplot. BTW did you consider the explicit positioning via set {r,l,t,b}margin screen {coordinates}? This allows you exact seamless fitting of the subplots without bothering with set size and set origin. Best wishes, Ingo