Displaying 20 results from an estimated 140 matches similar to: "Postscript Legends (or not)"
2000 Jun 27
0
par(lty = "1") -- lty storage-etc bug (PR#584)
Bug report, rather than R-help;
This is at least since 1.0.0; didn't try even older versions ..
Jim> Anon wrote:
Anon> ...However, if I use Fred <- c(1,"33")... Is this a
Anon> bug, or am I missing something?
this made use it essentially something like
par(lty = "1")
Jim> This is an interesting problem. It boils down to the
2000 Aug 16
1
Multiple pages with postscript() (PR#635)
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 1
minor = 1.0
year = 2000
month = June
day = 15
language = R
Search Path:
.GlobalEnv, Autoloads, package:base
The function will produce a three page file, but only the first one
has the lwd parameter set. The other pages have reverted to lwd = 1.
I've tried setting the
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()
2006 Apr 29
1
Error in ghostscript ?
Just tried to run a perl script to do some ripping and converting of a
postscript file, and ghostscript bombed out with the error message
below. Can someone tell me is this really a ghostscript error, or is
there more to it than this? If need be, I can attach the perl script
that caused the error, but I think it is OK. Don't have another machine
to test it on. Oh yeah, FWIW, this is an
2002 Feb 05
1
eps Portrait to pdf now rotated since gs6.5 --- why?
Hi list,
this question has probably been answered but I haven't found
a solution in the archives:
The older ghostscript gs5.50 (debian,stable) deals well with R-plots:
epstopdf yields pdfs with the same orientation as the eps-file.
But, since gs6.5 (or earlier) the dimension of the plot is interpreted: if
x-width exceeds y-width even a Portrait-eps is rotated to Landscape.
A possible
1997 Jul 30
0
R-alpha: more on line types
forgot to fix psx11.c and devPicTeX.c while I was at it (devPicTeX.c
doesn't seem to change the color). Should psx11.c be devpsx11.c? Diffs:
*** psx11.c.orig Wed Jul 30 10:08:48 1997
--- psx11.c Wed Jul 30 10:09:10 1997
***************
*** 293,298 ****
--- 293,299 ----
}
if(fg != NA_INTEGER) {
psx11_SetColor(fg);
+ psx11_SetLinetype(GP->lty);
PostScriptOpenRectangle(psfp,
2005 Aug 22
1
Example in pdf() help file (PR#8083)
The example in the help file for pdf() plots the characters outside
the plotting area in this for loop:
for(i in c(32:255)) {
x <- i
y <- i
points(x, y, pch=i)
}
The following loop seems to be working as intended
for(i in c(32:255)) {
x <- (i-31)%%16
y <- (i-31)%/%16
points(x, y, pch=i)
}
As an extra
2010 Dec 14
1
postscript failure manifests in plot.TukeyHSD
Hello R Developers,
Dear R-developers,
I ran some standard tests with currently (today morning) compiled R release
candidate in Linux R 2.12.1 RC (2010-12-13 r53843). Some of these tests used
plot.TukeyHSD function. This worked OK on the screen (X11 device), but
PostScript file could not be rendered. The following example had the problem
with me:
postscript(file="tukeyplot.ps")
2000 Feb 07
4
Segmentation fault, devPS.c, 0.99.0 (PR#413)
Full_Name: Roger Bivand
Version: 0.99.0
OS: RH Linux 6.1
Submission from: (NULL) (158.37.60.152)
I am working on an interface between R and the GRASS geographical information
system,
written in R, with no dynamically loaded code. I have written full examples, and
tested
then under R 0.90.1, both by entering example() for each function and R CMD
check, both
of which worked without problem.
Under
2009 Mar 14
1
Problem with figure size when embedding fonts
Dear Colleagues:
I need to make a graphic that uses the Nimbus rather than Helvetica font
family so that the font can be embedded in the encapsulated postscript
file. This is to satisfy a requirement from a journal for electronic
submission of figures. I do the following:
postscript('lowess.eps', onefile=FALSE, pointsize=18, horizontal=FALSE,
family='NimbusSan')
1998 Nov 19
1
PDF Library
[* The word xSUBSCRIBE so early in your posting made it bounce. MMae]
v
I 0subscribe to R-help (not R-devel) but thought this was more relevant to
R-devel, and the future of R's imaging model and cross-platform support. If
this has already been under discussion I apologize. I've no connection with
the product, business or its people.
Gerry
Begin forwarded message:
We, at
2006 Jan 16
1
Legends in xyplot
Hi,
How can I add legends in the "xyplot" function, in the "lattice" library?
Here is a simulation example:
x <- runif(90)
z <- sample(1:3, 90, rep=T)
y <- rnorm(90, mean = x^2 + z, sd=1)
library(lattice)
trellis.par.set(col.whitebg())
xyplot(y ~x, groups=as.factor(z), type = c('p', 'smooth'), span = .67)
Thanks in advance,
Ravi.
1997 Nov 03
1
R-beta: math in legends
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 478 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19971103/ae2f1119/attachment.pl
2008 Dec 19
1
diagonal lines in legends of ggplot2
Hi, I have the following problem with ggplot2: When I specify black contours
for bars in a barplot, ggplot automatically shows diagonal lines in the
legend boxes. Is there a way, to remove these diagonal lines?
Here's a simple example:
library(ggplot2)
df<-data.frame(x=gl(6,1),y=rnorm(6,100,50))
ggplot(df,aes(y=y,x=x,fill=x))+geom_bar(aes(group=x),colour='black',size=1)+
2012 Feb 14
3
League of legends ubuntu 12.04 LTS
Hello the launcher crasher it says internal errors invalid parameters please help quick!!!
2010 Sep 13
1
xyplot legends
Hi all, I
When I plot both lines and points using type=c('l', 'p') in xyplot(), if I want
to include in legend both of them using keys=list(lines=list(col=1:3),
points=list(pch=1:3)), the lines and points are plotted side by side in legend.
Is there anyway to plot the points in the middle of the lines instead?
that is the default is plotting like this:
----- o
but I want
2005 Mar 22
0
Grand Prix Legends
Has anyone gotten GPL to run with wine under Fedora Core 3? I've seen
the instructions at http://www.zefix.tv/gpl_linux/GrandPrixLegends
however, the link is broken to the file it says to get. I've not been
able to locate any instructions anywhere else. Does anyone know of any
that exist that are complete? Thanks.
Neal
2001 Nov 29
1
legends in barplots of factors
How can I suppress a legend in a barplot when I'm plotting factors?
Here's what I'm doing, x and y are both factors:
plot(x,y)
This gives me a barplot with a legend where I don't want it.
My best solution so far is plot(x,y,legend=F) which just gives me an
error message and doesn't finish the plot, but at least it doesn't put
the legend on. Then I can go back and add
1998 May 12
0
R-beta: legends and postscrip device
1) I?m trying to add a legend to a set of 4 graphics. After I want to print
the graphics to a file.ps but the legend disapear, can you tell me why?
2) How can I had labels to a second y axes ? I'm using the par function
with new=T to overlap two graphs and after that whit axis(4) I insert the
second y axes but now I need to add labels and I didn't find out how. I
used
1998 May 14
0
R-beta: Legends and Postscript devices
Ernesto,
1) I generally preview the graphics on the x11() display, and then print
to a file using the 'postscript' output device. Using the following
procedure has never failed for me.
>plot(x,y,...)
>legend(...)
>postscript("Rplots.ps",paper="a4",width=6,height=5,
+ family="Times")
>plot(x,y,...)
>legend(...)
>dev.off
>system("lpr