Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #487
| From | Gavin Buxton <gavinbuxton@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Gnuplot and epslatex |
| Date | 2011-07-25 16:32 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <9ce39497-3740-4bfc-80e7-1f21f33b76fa@b19g2000yqj.googlegroups.com> (permalink) |
| References | (1 earlier) <j0ja7e$c5q$1@online.de> <14fe6df9-1c37-4e52-8fe9-6d413fec244a@y24g2000yqb.googlegroups.com> <j0jfok$gir$1@online.de> <2fae80d3-953b-4628-8517-6b70bd3134d6@l18g2000vbe.googlegroups.com> <j0kknk$qn5$2@dont-email.me> |
Might I suggest simply making your figure as an eps file and adding it
to latex. This will satisfy the publishers (presumably Physical Review
or Europhys?).
You can generate your images in whatever format you want and then
convert them later. I usual generate basic postscript images (when
using gnuplot) and then copy them into a new file in gimp - I label
subplots a, b, etc... in gimp. Then save as an eps. This way as long
as you can see you figures in gimp you should be good as it will save
it as an image file.
To include them in latex I use:
\usepackage{epsfig}
\newcommand{\puteps}[4]{
\rotatebox{#1}{\resizebox{#2}{#3}{{\includegraphics{#4}}}}
}
At the top of my file, and then at the end (after my bibliography)
\newpage
\begin{center}
\begin{figure}
\puteps{0}{500pt}{!}{figure1.eps}
\end{figure}
Figure 1.
\end{center}
This allows me to rotate (especially useful if including ps file
directly as you'll need to rotate by 90) and resize the images in
latex to get the right effect. Hope this helps.....
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-25 00:22 -0700
Re: Gnuplot and epslatex Christoph Bersch <usenet@bersch.net> - 2011-07-25 10:41 +0200
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-25 02:01 -0700
Re: Gnuplot and epslatex Christoph Bersch <usenet@bersch.net> - 2011-07-25 12:15 +0200
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-25 04:24 -0700
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-25 06:32 -0700
Re: Gnuplot and epslatex James Waldby <not@valid.invalid> - 2011-07-25 20:30 +0000
Re: Gnuplot and epslatex sfeam <sfeam@users.sourceforge.net> - 2011-07-25 08:09 -0700
Re: Gnuplot and epslatex James Waldby <not@valid.invalid> - 2011-07-25 20:46 +0000
Re: Gnuplot and epslatex Gavin Buxton <gavinbuxton@gmail.com> - 2011-07-25 16:32 -0700
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-26 02:25 -0700
Re: Gnuplot and epslatex Christoph Bersch <usenet@bersch.net> - 2011-07-26 11:51 +0200
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-26 03:25 -0700
Re: Gnuplot and epslatex Christoph Bersch <usenet@bersch.net> - 2011-07-26 13:03 +0200
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-26 04:13 -0700
Re: Gnuplot and epslatex Ingo Thies <ingo.thies@gmx.de> - 2011-07-26 13:24 +0200
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-07-26 06:11 -0700
Re: Gnuplot and epslatex Ingo Thies <ingo.thies@gmx.de> - 2011-07-26 15:43 +0200
Re: Gnuplot and epslatex Gaius Verres <c_verres@yahoo.com> - 2011-08-01 02:19 -0700
Re: Gnuplot and epslatex Gavin Buxton <gavinbuxton@gmail.com> - 2011-08-02 05:18 -0700
csiph-web