Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #481
| From | Gaius Verres <c_verres@yahoo.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Gnuplot and epslatex |
| Date | 2011-07-25 04:24 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <2fae80d3-953b-4628-8517-6b70bd3134d6@l18g2000vbe.googlegroups.com> (permalink) |
| References | <6fff9ffe-1aed-4100-8351-ce48d149e308@a10g2000yqn.googlegroups.com> <j0ja7e$c5q$1@online.de> <14fe6df9-1c37-4e52-8fe9-6d413fec244a@y24g2000yqb.googlegroups.com> <j0jfok$gir$1@online.de> |
OK, I have changed the the original file to:
<code>
set terminal epslatex color standalone
set output 'multiplot.tex'
f(x)=x**2
g(x)=x**3
h(x)=x**4
set multiplot
set origin 0.0,0.6
set size 0.8,0.4
set format x ""
plot f(x)
set origin 0.0,0.3
set size 0.8,0.4
plot g(x)
set origin 0.0,0.0
set size 0.8,0.4
plot h(x)
unset multiplot
</code>
The created PDF seems to be OK.
But if I want to use the EPS file named multiplot.eps (some publishers
require EPS) in LaTeX the resulting PS file does not contain the
graphics.
<code>
\documentclass{scrartcl}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics[scale=0.2]{multiplot}
\caption{multiplot}
\end{figure}
\end{document}
</code>
There is only: "Figure 1: multiplot" and the page number.
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