Displaying 20 results from an estimated 10000 matches similar to: "Postscript saving failed. (PR#10473)"
2007 Jun 05
1
rJava installation under linux: configuration failed
Hi netter,
Recently I was trying to install rJava. The operating system is suse 10.0,
and the R versionis 2.5.0.
Following the instructions of R Wiki for rJava, I did configuration first:
R CMD javareconf
and then it showed a series of information, from what it seems that java is
in the system and the configuration succeeded.
Then I tried to install rJava:
2007 Dec 11
1
Mono in postscript device
Hi,
Plotting a graphic into a postscript device using family="mono" returns the
following error message:
>> family 'mono' not included in PostScript device
Looking at postscriptFonts() however lists the "Courier" font as availeable
mono font. So where is the problem?
Thanks guys for your help.
Best regards
Benjamin
sessionInfo()
R version 2.5.0
2008 Mar 06
1
Try to save as PDF: font family not found in PostScript font database
Hi
I'm using 2.6.0 on Windows XP SP2. I realise I'm on an old version,
please tell me if the problem is fixed in the newer versions.
When I try and use the graphics window menu to save a graph as PDF, I
get the following error, and no PDF produced
Error: Invalid font type
In addition: Warning messages:
1: font family not found in PostScript font database
2: font family not found in
2007 Oct 04
1
R2.6 + Error saving plots as PDF
Dear R users;
After installing R 2.6.0 I got the following error when I try to save
a plot as PDF or PS from the windows plot:
Error: Invalid font type
In addition: Warning messages:
1: font family not found in PostScript font database
2: font family not found in PostScript font database
However in R 2.5.0 works just fine
Any ideas how to make it work again (without having to install the
previous
2007 Oct 30
1
postscript(), used from a pre R-2.6.0 workspace
I find that if start R-2.6.0 in a workspace with no .RData file,
load one of my workspaces from R-2.5.1 or earlier into R-2.6.0,
and then before doing anything else type postscript(file="z.ps"),
I get::
> ls()
character(0)
> load(url("http://www.maths.anu.edu.au/~johnm/r/test5.RData"))
> postscript(file="z.ps")
Error in postscript(file = "z.ps")
2006 May 04
2
install R under suse: packages dependency
Hi all
I'm trying to install R 2.3.0 under Suse 10.0. As I'm using SSH to login
into the SUSE server, I can't use YAST2, so I have to use rpm -i in the
shell. The system tells me that I need some other packages such as
xorg-x11-fonts-100dpi, blas, libgfortran.so.0(). Is there some website
where I can download and install these packages? Thanks a lot!
Zhihua Li
2011 Dec 09
1
rgl.postscript() failure when saving a scene
Dear all,
I write to the community to know if other people
expierenced the same problem. I want to save a rgl
scene where I plotted a 3d cloud of spheres whose
radius is set proportional to a given variable and
coloured by another group variable and with 95%
ellipsoids for distribution of any group.
I had no problem at all for coding but I had two
problem when saving the scene (in any format)
2008 Mar 07
4
locate the rows in a dataframe with some criteria
Hi, netters,
This is probably a rookie question but I couldn't find the answer after hours of searching and trying.
Suppose there'a a dataframe M:
x y
10 A
13 B
8 A
11 A
I want to locate the rows where x >=10 and y="A". I know how to do it to vectors by using
which, but how to do it with the dataframe?
Thank you very much!
Zhihua Li
2007 Nov 06
3
Saving Graphics File as .ps or .pdf (PR#10403)
Full_Name: Jane L. Harvill
Version: 2.6.0
OS: Microsoft Windows XP Professional, Version 2002, Service Pack 2
Submission from: (NULL) (129.62.21.93)
PROBLEM: The ability to save the contents of an R Graphics window as a
postscript or PDf file through the drop-down menu (File -> Save As ->
Postscript, or File -> Save As -> PDF) results in the error message below being
printed to the R
2008 Jan 26
3
An R clause to bind dataframes under certain contions
Hi netters,
Suppose I have two data frames X and Y. X has three colnames A, B and C. Y has three colnames A,B and D.
I want to combine them into one matrix, joining the rows having the same A and B values (X$A==Y$A and X$B = Y$B). So the resulting dataframe has four variables/columns: A,B,C and D.
I was wondering what's the best way to do it in R. Could anyone give me some advice?
Thanks!
2008 Jan 26
3
Comparison of aggregate in R and group by in mysql
Hi, netters,
First of all, thanks a lot for all the prompt replies to my earlier question about "merging" data frames in R.
Actually that's an equivalence to the "join" clause in mysql.
Now I have another question. Suppose I have a data frame X with lots of columns/variables:
Name, Age,Group, Type, Salary.
I wanna do a subtotal of salaries:
aggregate(X$Salary,
2011 Aug 16
2
postscript( does not save the plot
Dear all,
I am using the following code to write the plot to an eps format
postscript(file="test.eps",horizontal=FALSE)
2009 Jan 20
1
Problem with cyrillic in postscript
Hi all,
When I plot some graph with cyrillic (namely russian) titles it looks ok,
but after saving this figure as eps file I get damaged title fonts. The
command dev.copy2eps was used in the following manner:
dev.copy2eps("test.eps")
or, for example
dev.copy2eps("test.eps",family='NimbusSan')
What is wrong? I use R 2.6.0 under Windows. Any help will be appreciated.
2006 Dec 28
2
Plot window - save as Postscript question
R 2.4.0 for Windows
The following plot appears as a squared window (as all r-plots)
Not all subtitles are visible, but all subtitle will appear, when
changing the aspect ratio of the plot window with the mouse to a wide
format.
But does not work when using the save as postscript menu item from the
plot window.
is there any solution for that?
opar <- par(mfrow = c(2,2), oma = c(0, 0, 1.1,
2004 Apr 05
1
save image as postscript side-effect (PR#6742)
Full_Name: Martin N?llenburg
Version: 1.8.1
OS: Win XP
Submission from: (NULL) (141.52.232.84)
When I try to save any image produced by the plot command by choosing "file ->
save as -> postscript..." in the menu, the settings for the decimal point are
changed from '.' to ',' somehow.
In the postscript output all '.' are replaced by ',' as well, so
2008 Apr 17
1
how to use a function in aggregate which accepts matrix and outputs matrix?
Dear netters, suppose I have a matrix X [1,] 'c1' 'r6' '150'[2,] 'c1' 'r4' '70'[3,] 'c1' 'r2' '20'[4,] 'c1' 'r5' '90'[5,] 'c2' 'r2' '20'[6,] 'c3' 'r1' '10'I want to apply some funciton to groups of rows by the first column.If the function is just to
2008 Sep 22
4
sort a data matrix by all the values and keep the names
Dear all,
If I have a data frame x<-data.frame(x1=c(1,7),x2=c(4,6),x3=c(8,2)):
x1 x2 x3
1 4 8
7 6 2
I want to sort the whole data and get this:
x1 1
x3 2
x2 4
x2 6
x1 7
x3 8
If I do sort(X), R reports:
Error in order(list(x1 = c(1, 7), x2 = c(4, 6), x3 = c(8, 2)), decreasing = FALSE) :
unimplemented type 'list' in 'orderVector1'
The only way
2007 Nov 07
2
Save as postScrips latest R version
Hi,
I was using the 2.4.1 R version and I had no problem
saving my plots as postScript. Now that I have
installed the latest version 2.6.0 I can not save any
plot as postScript. When I try the following message
appears:
Erro: Invalid font type
Al?m disso: Warning messages:
1: font family not found in PostScript font database
2: font family not found in PostScript font database
What should I
2007 Oct 22
2
save as pdf
Hello,
I just wanted to save a graphic in the pdf-format. But id failed:
Fehler: Invalid font type
Zus?tzlich: Warning messages:
1: font family not found in PostScript font database
2: font family not found in PostScript font database
I use R 2.6.0 with all packages updated recently.
Any idea?
Thank you very much!
Best,
Denis
__
Denis Aydin
mailto:Denis.Aydin at stud.unibas.ch
Montag, 22.
2000 May 21
4
Postscript Printing Problems.
I've searched both the archives and dejanews, to no avail. I'm trying
to get a hp 4mp (PostScript) print out sane output. I've got a old
machine running Red Hat Linux, hooked up to the 4MP. The printcap
prints up postscript just fine. I make the printer a share, tell it
that the printer is postscript, then go to the win98 box, choose the HP
4MP driver and try printing and get