Dear All Is there some way of exporting R plots to epslatex, i.e., to a file with the eps file and another one with the LaTeX commands (representing the text in the plots), likewise Gnuplot does? If so, could you please indicate it to me? Thanks in advance, Paul
I did an eps/ps file with e.g.: postscript("c:/Temp/test.eps", width = 8.0, height = 6.0, horizontal FALSE, onefile = FALSE, paper = "special") curve(x^2) dev.off() but I am not sure what you mean with the second file with the latex commands. Paul Smith schrieb:> Dear All > > Is there some way of exporting R plots to epslatex, i.e., to a file > with the eps file and another one with the LaTeX commands > (representing the text in the plots), likewise Gnuplot does? If so, > could you please indicate it to me? > > Thanks in advance, > > Paul > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > >
On Tue, 12 Sep 2006, Paul Smith wrote:> Is there some way of exporting R plots to epslatex, i.e., to a file > with the eps file and another one with the LaTeX commands > (representing the text in the plots), likewise Gnuplot does? If so, > could you please indicate it to me?R has an xfig driver, and AFAIK you can do this from xfig. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Prof Brian Ripley <ripley <at> stats.ox.ac.uk> writes:> > R has an xfig driver, and AFAIK you can do this from xfig. >Is there an xfig port for Windows, without cygwin? If so, I will be thankful for a pointer to the where it can be downloaded from. I have been looking for it for some time. Anupam.
On 9/12/06, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote:> > Is there some way of exporting R plots to epslatex, i.e., to a file > > with the eps file and another one with the LaTeX commands > > (representing the text in the plots), likewise Gnuplot does? If so, > > could you please indicate it to me? > > R has an xfig driver, and AFAIK you can do this from xfig.Yes, your suggestion works! Thanks. Paul
On 9/12/06, Anupam Tyagi <AnupTyagi at yahoo.com> wrote:> > R has an xfig driver, and AFAIK you can do this from xfig. > > Is there an xfig port for Windows, without cygwin? If so, I will be thankful for > a pointer to the where it can be downloaded from. I have been looking for it for > some time. Anupam.WinFIG, Anupam? Its site at http://www.schmidt-web-berlin.de/WinFIG.htm Paul
There is a Java based implementation called jfig at: http://tams-www.informatik.uni-hamburg.de/applets/jfig/ that works on windows. Hope this helps, -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at intermountainmail.org (801) 408-8111 -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Anupam Tyagi Sent: Tuesday, September 12, 2006 5:34 AM To: r-help at stat.math.ethz.ch Subject: Re: [R] Gnuplot epslatex format also in R? Prof Brian Ripley <ripley <at> stats.ox.ac.uk> writes:> > R has an xfig driver, and AFAIK you can do this from xfig. >Is there an xfig port for Windows, without cygwin? If so, I will be thankful for a pointer to the where it can be downloaded from. I have been looking for it for some time. Anupam. ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Greg Snow <Greg.Snow <at> intermountainmail.org> writes:> > There is a Java based implementation called jfig at: > http://tams-www.informatik.uni-hamburg.de/applets/jfig/ that works on > windows. > > Hope this helps, >Thanks. Is there also a port of "xv"? It can be useful for some graphical output. I tried Gimp on windows it did not do what I thought "xv" would have done fine. Anupam.