Displaying 20 results from an estimated 800 matches similar to: "postscript (eps) / latex / par(mfg=...) / problem! (PR#7820)"
2005 Apr 26
2
postscript (eps) / latex / par(mfg=...) / problem!
The same problem I am having has been reported here
http://tolstoy.newcastle.edu.au/R/devel/04a/0344.html
Namely that using par(mfg=...) with a postscript (eps) for inclusion with
latex makes the figure appear upside down and back to front (flipped)!
Converting the dvi to ps makes matters worse (the eps seems to be broken),
however, it appears fine with gv.
Here is (basically) the code I am
2005 Apr 26
2
postscript (eps) / latex / par(mfg=...) / problem!
The same problem I am having has been reported here
http://tolstoy.newcastle.edu.au/R/devel/04a/0344.html
Namely that using par(mfg=...) with a postscript (eps) for inclusion with
latex makes the figure appear upside down and back to front (flipped)!
Converting the dvi to ps makes matters worse (the eps seems to be broken),
however, it appears fine with gv.
Here is (basically) the code I am
2006 Jan 20
1
par(mfg=) and postscript and pdf
This is related to the incorrect bug report PR#7820. Marc Schwartz
pointed out in
https://stat.ethz.ch/pipermail/r-devel/2005-April/033016.html
an example of a real problem. If you call par(mfg=) after par(mfrow) (or
mfcol) and before you have done any plotting, NewPage is not called on the
device at the start of the first page. That causes the DSC comments to be
incorrect on postscript()
2009 Apr 03
1
Error in par(split.screens[[n]]) : parameter "i" in "mfg" is out of range
I'm working on my 'oce' package, trying split.screen() instead of par(mfrow).
My code is too long to post, and I hope it's ok that I ask this question
without doing so.
My code seems to work fine when I source() it, but when I do "R CMD check"
on my package, I get the error that I've put as the subject line, when it
runs examples.
If I comment out the plot()
2009 Apr 30
0
plot scaling bug when using par(mfg)
Dear list,
I've noticed a width/height scaling bug in multi-panel plots when you
change the active plot using par mfg
The underlying par setting that maps the full plot width (or height)
to the numerical axis labels does not get updated when you change
plots with par(mfg=...). Thus plotting a point at c(10,10) in the
first plot will only be in the correct place IF the most recently
2007 Mar 17
1
problem with mfg argument of par
I'm having a problem with the mfg option of par. Am I making an error in my
usage? Here is a simple example that I thought would plot to the 4 corners
of a 2x2 plot but doesn't plot to the lower right and plots twice on the
upper left.
par(mfrow = c(2, 2))
pos <- as.matrix(expand.grid(1:2, 1:2))
for (ix in 4:1) {
par(mfg = pos[ix, ])
plot(1:5)
}
Thank you in advance.
R version
2000 Apr 28
1
graphics: par(mfg=c(i,j,r,c)) (PR#529)
Full_Name: Craig A. McKinstry
Version: 1.0.0
OS: WinNT4.0 and Win98
Submission from: (NULL) (192.101.100.130)
When creating a multi-panel graphic, the command par(mfg=c(i,j,r,c)) is
supposed
to allow the user free movement between graphics panels to develop each panel
separately. This works for the first invocation of par(mfg=c()) and for the
first panel panel specified, but not for subsequent
2004 Feb 20
1
unexpected postscript output with par(mfg)
Hi, a colleague of mine encountered some unexpected behavior regarding
the postscript output from R. It's difficult for me to tell whether
or not this is an R problem or a ghostview/gv/interpreter problem.
Just to note, I think it's exactly the same situation reported here:
http://finzi.psych.upenn.edu/R/Rhelp02/archive/25436.html
The following code produces a working plot (no
2006 May 23
2
multiple plots with par mfg
Hi,
I'm trying to add points to 2 plots on the fly using par(mfg=vector)
so switch between them. However, the appropriate scales aren't
switched when changing from one plot to another, e.g.
par(mfcol=c(2,1))
plot(1,1, col="blue") # blue plot
plot(1.2,1.2, col="red") # red plot
points(1.1,1.1) # appears to bottom left of red point
par(mfg=c(1,1)) #
1998 Mar 26
1
R-beta: mfg weirdness + future of graphics pars
Ross Ihaka writes:
>
> I just checked my S manual and it appears that layout
> parameters like can "mfg" only be given in par().
Yes. pty is another, for example.
> I think that in fact "mfg" is only meant to be queried.
No. One use for setting mfg is to produce a page of plots in
portrait orientation with, say, two small plots on the top half
of the page
2005 Jan 24
1
R 'postscript' plot - not a valid postscript (PR#7559)
Full_Name: Mr. Daniel Murray Bolser
Version: R 2.0.0 (2004-10-04)
OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386 GNU/Linux
Submission from: (NULL) (193.60.81.207)
Trying to execute the following code produces a 'not a valid postscript' error
from various postscript readers (gv, ggv, ghostscript). A very similar code
works fine.
<CODE>
postscript()
1998 Mar 25
0
R-beta: mfg weirdness
It seems there are problems with mfg, both the old version .61.2 and the
snapshot .62.
> x<-rnorm(100)
> y<-rnorm(100)
> y1<-x/y
> x11()
> par(mfcol=c(2,1))
> par(mai=c(.6,.6,.2,.2))
> plot(x,y,mfg=c(2,1,2,1))
I'm not sure if 2,1 is considered the top or the bottom position on the
page, but whether you say mfg=c(2,1,2,1) or mfg=c(1,1,2,1), the first
2005 Sep 05
0
WG: Timeout when Dialing - HELP
_____
Von: Pascal Speck [mailto:p.speck@ewersbach.net]
Gesendet: Montag, 5. September 2005 10:37
An: 'asterisk-users@lists.digium.org'
Betreff: Timeout when Dialing - HELP
When i try to do a call I get this message after a few seconds:
I IND :TIMEOUT pid:1 mode:NT addr:51400102 port:2
--> l3id:10040 cause:16 dad:800759 oad:20 channel:1 port:2
--> lib: prim 34582
2005 May 26
0
R: weighted.mean and tapply (again)
what about using "mapply"?
splitted.value<-with(x.1, split(VALUE, GROUP))
splitted.freq<-with(x.1, split(FREQUENCY, GROUP))
mapply(weighted.mean, splitted.value, w=splitted.freq)
Stefano
>-----Messaggio originale-----
>Da: r-help-bounces at stat.math.ethz.ch
>[mailto:r-help-bounces at stat.math.ethz.ch]Per conto di
>james.holtman at convergys.com
2010 Apr 27
5
get means of elements of 5 matrices in a list
I've got a list of 5 matrices that are each 5 x 6. I'd like to end up with a
5 x 6 matrix that contains the mean value of the 5 original matrices. I can
do this by brute force, but there must be a better way than making each
matrix into a vector and then remaking a matrix
thanks very much for any help
david freedman
ll=list(structure(c(9.7, 17.6, 20.8, 24.1, 33.8, 14.5, 25.7, 29.8,
2008 Oct 11
1
producing colour .eps output
I am using the following code to produce a graphic:
library(lattice)
postscript("figs%03d.eps", width = 6.0, height = 6.0,
?????????? horizontal = FALSE, onefile = FALSE, paper = "special")
xyplot(cases~yr|agrp*sex,data=data[tse==0 & expgrp==1,],
groups=source, pch=".", type="l",
?????? main="Exposure group 1, time since entry 0")
The
2005 Sep 01
0
Request: in savePlot, type="eps"
Platform: Windows
R version: 2.1.1
This is a request that in the savePlot function, type="eps" be included
in the next release. This would be an alias for type="ps" but with a
different file extension.
Rationale: The current version of R outputs excellent EPS files. It is
strictly correct to call these Postscript files, as EPS is a subset of
PS. However, on Windows,
2009 Apr 15
1
savePlot error when type = "eps" or "wmf"
Hello,
When I use savePlot(filename="xy",type="eps") or
savePlot(filename="xy",type="wmf") , I get the following error:
Error in grid.Call("L_textBounds", as.graphicsAnnot(x$label), x$x, x$y, :
Polygon edge not found (zero-width or zero-height?)
This doesn't occur when I change the type to "jpeg" or "bmp". Can
2001 Aug 08
1
What do I have to type to enter the directory eps?
What do I have to type to enter the directory eps? Can you help me please?
Here is the display where I am just now.
Saber Rider@SABER ~
$ rsync rsync://archive.plan9.de/anime/eps
*****
***** Welcome to cerebro.plan9.de!
*****
***** anime the virtual linked server directory
***** anime1 /fs/anime1
***** anime2 /fs/anime2
***** anime3
2004 Apr 07
0
Another solution to eps/latex page rotation problem
Hello!
I was going to write to this list asking for help with eps figures
that make the whole page rotate in latex (I'm doing a presentation
with the "prosper" class). I know that this has been discussed before
here, but none of the proposed solutions worked for me. Then I found
that giving ps2pdf (or dvipdf) the option:
-dAutoRotatePages=/None
Solves the problem! I hope this is