search for: fig2dev

Displaying 13 results from an estimated 13 matches for "fig2dev".

1997 Dec 08
1
R-alpha: Bugs in R-0.60
...may occur in other places but I haven't done an extensive search. x <- 1 attr(x, character(0)) 2) The function GStrHeight (graphics.c) uses the conversion factors for the X axis instead of the Y axis. This causes strangeness in legend() when the axes are on different scales. Fix: Replace fig2dev.bx, win2fig.bx and ipr[0] with fig2dev.by, win2fig.by and ipr[1], respectively. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscri...
1998 Jan 30
1
R-beta: Fig driver for "R"?
Hello all R users and developers! In the "Notes on R" I have found the following information: (page 60, 13-th footnote) "... a better solution is to use the fig() driver (available from statlib) and use a conversion program, such as fig2dev, to convert the resultant fig code to Encapsulated Podtscript." I was very glad to read it, because I'm often forced to use specifically Polish characters (like L-stroke, a-ogonek etc.) in my drawings' legend, and passing the texts through fig2dev gives a possibility to use LaTeX (in f...
2005 Sep 01
6
png scaling problem
scaling<-4 xywidth<-480 resolution<-150 png(filename = "c:/r/anschluss/plots/4.png", width = xywidth*scaling, height = xywidth*scaling,pointsize = 12, bg = "white", res = resolution*scaling) ...... barplot(xrow,col = barcolors,cex.axis=scaling, ylab="mean time till attachment in sec",cex.lab=1.2*scaling) I tried to scale the barplot but there is one
2005 Sep 21
2
win.metafile on linux?
Dear R-help, Is it possible to use win.metafile() on *nix versions of R? I tried R 2.1.1 on FreeBSD and R 1.9.0 on redhat with no success. I need to give some graphs generated in R to my boss so that he can modify them in Powerpoint to fit he style of his presentation. Recommendations on other methods are appreciated as well. Hao -- : Hao Chen, Ph.D. : Instructor : Department of
2008 May 15
1
Font settings in xfig
Hello I'm using the xfig-function in R to export figures in fig-format. To use these exported figures in LaTeX, I first run a fig2dev to get a pstex and pstex_t file. However, in order to get the right pstex_t file (that is, with the text of the original figure) I have to change the font and special text variables in the fig files. I would like R to do this font changing job, but I can't figure out how by reading the help fil...
2008 Nov 06
2
Including graphics files in MS office / open office
Hi all, I'm trying to write up some recommendations for what graphics formats are most useful for inclusion into ms office and openoffice. There have been a few discussions on the list in the past, but I haven't seen a summary. These are the options I've seen so far, along with there costs and benefits: * high-resolution (600-dpi) png output (or tiff or jpg or other raster
2007 Sep 24
4
hvmloader not compiled
Hi, when I compile xen 3.1.0 on Debian Etch, the hvmloader file is not compiled at all. I have bin86 and bcc but nothing appears. I followed http://www.howtoforge.com/debian_etch_xen_3.1 and googled a lot without success. In the meanwhile I just used a precompiled hvmloader. I think this is ok, but it is not the smart way :) Any idea ?
2004 Feb 20
9
R: Including R plots in a Microsoft Word document
Greetings List, I am conducting some large simulations using R. As a result, I get many plots but I'm having some trouble with including some of them in a Microsoft Word document. Can any one tell me the easiest method of having copies of the R-graphs in the Word documents? Best regards Mahmoud [[alternative HTML version deleted]]
2009 Jul 25
1
compiling libtheora-1.1alpha2
...shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for doxygen... false configure: WARNING: *** doxygen not found, API documentation will not be built checking for pdflatex... no checking for bibtex... no checking for fig2dev... no configure: WARNING: *** Format Specification will not built. checking for ld used by gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking how to control symbol export... --version-script checking for pkg-config... yes checking for pkg-config... /...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for doxygen... false configure: WARNING: *** doxygen not found, API documentation will not be built checking for pdflatex... no checking for bibtex... no checking for fig2dev... no configure: WARNING: *** Format Specification will not built. checking for non-GNU ld... (cached) /bin/ld checking if the linker (/bin/ld) is GNU ld... (cached) yes checking how to control symbol export... -export-symbols checking for pkg-config... yes checking for pkg-config... /usr/bin/pkg-c...
2009 Sep 30
30
About profiling xen
Hi there, I am getting very low throughput (around 0.29Mbps) while running netperf benchmark for guest to guest communication on a single physical host. To analyse where the time is spent in hypervisor I wanna use profiling. Please help me choosing good profiler according to my requirments. Should it be better in my case, Xentrace, gprof, xenoprof  or Oprofile. Is it possible to use some vtune
2009 Sep 30
30
About profiling xen
Hi there, I am getting very low throughput (around 0.29Mbps) while running netperf benchmark for guest to guest communication on a single physical host. To analyse where the time is spent in hypervisor I wanna use profiling. Please help me choosing good profiler according to my requirments. Should it be better in my case, Xentrace, gprof, xenoprof  or Oprofile. Is it possible to use some vtune
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches