Displaying 20 results from an estimated 5000 matches similar to: "graphics device problems"
2001 Mar 15
1
Printing problems with wine
Hello,
I have some Problems with getting WINE to print. I'm using wine on a
non-Windows machine with Debian Potato. Everything works fine except
printing. When I try to print something I always get something like
"Printer not setup properly".
The errormessage from wine is
err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found.
My .wine/config -file looks like this:
[parallelports]
2005 Jan 23
5
How to use "identify"
I can't get identify to work, using R 2.0.1 under windows xp pro, 
service pack 2.  Here's what I enter, and the result:
 > plot((our.frame2$c1),(our.frame2$c9))  # Produces desired plot
 > identify(our.frame2$c1) # Plot comes to forefront, so I select a point
warning: no point with 0.25 inches
numeric(0)
Is my call to identify correct?  The help page for indentify (from 
2003 Feb 24
2
trellis.datasets help
I've looked every way I can think of for help on trellis.datasets, but nothing comes
up for me.  Please help me find information on what is included, and how to get at
those data.  Thanks.
Dave Parkhurst
2005 Jan 20
2
font size in console
I'm using R in a statistics class, and when I project the console, the 
font is smaller than ideal.  I've checked the faq's, the manual, and the 
  help system as best I can, and I don't see how to change the font size.
Can it be changed from within a session, or will I have to ask the folks 
who installed the program on the server I use in classes to set it 
(assuming that can be
2003 Mar 14
6
length() misbehaving?
I'm having a weird problem with length(), in R1.6.1 under windows2000.  I have a
dataframe called byyr, with ten columns, the first of which is named cnd95.
summary(byyr) shows that byyr$cnd95 contains the factor level "tr" 66 times.  Also,
when I enter byyr$cnd95 at the command line, I can count 66 "tr" elements in the
resulting vector.  However, when I enter
n95trt <-
2003 Aug 26
1
rfImpute (for randomForest) crashed
In trying to execute this line in R (Version 1.7.1  (2003-06-16), under
windows XP pro), with the randomForest library (about two weeks old) loaded,
the program crashed:
bost4rf <- rfImpute(TargetDensity~.,data=bost4rf0)
Specifically, an XP dialog box popped up, saying ?R for windows GUI
front-end has encountered a problem and needs to close.?  That was the
dialog saying asking whether I
2003 Aug 05
1
na.action in randomForest --- Summary
A few days ago I asked whether there were options other than
na.action=na.fail for the R port of Breiman?s randomForest;  the function?s
help page did not say anything about other options.
I have since discovered that a pdf document called ?The randomForest
 Package? and made available by Andy Liaw (who made the tool available in
R---thank you) does discuss an option.  It is an implementation of
2010 Sep 11
2
Latex fonts in R graphics
Hello, R users.
I am trying to embed Computer modern fonts to an R plot and I get the 
following error.
CM <- Type1Font("CM",
+                  c(paste("cm-lgc/fonts/afm/public/cm-lgc/",
+ c("fcmr8a.afm", "fcmb8a.afm", "fcmri8a.afm", "fcmbi8a.afm"), sep=""),
+ "./cmsyase.afm"))
 > pdf("cm.pdf",
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
I'm running Ubuntu 9.04.  I could use some advice about fonts in
postscript devices.
> sessionInfo()
R version 2.9.0 (2009-04-17)
i486-pc-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C
attached base
2000 Sep 02
1
poscrscript() call returns an error on alphaev56-dec-osf4.0
I have some slight problems getting R to run smoothly on our alpha...
What might be the reason for the following error message?
> postscript()
Error in PS(file, old$paper, old$family, old$bg, old$fg, old$width,
old$height,  : 
        unable to start device PostScript
I have compiled R-1.1.1 and it starts without complaint.
  
-- 
+-------------------------------------------------------
|
2005 Jan 26
2
graphsheet substitute in R?
I'm using R 2.0.1 in a class I teach, with most students working under 
windows XP.  We have a data frame with the first column containing the 
factor "site," and five water-quality variables at each site.  As one part 
of exploring these data, I'd like the students to run
by(ourdata,site,pairs).
When I try that, however, the pairs plots for the first 10 sites scroll 
past, and
2008 Jan 07
1
How to rearrange lattice graphics output?
My question arises when I use levelplot graphics. For example,
 
levelplot(z~x*y|fg) where fg is a factor with three levels of
'a','b','c'. The panels come out in a default order. I would like to
rearrange the panels in a manner of 'c','b','a'. I used 
fg<-ordered(fg, levels=c('c','b','a')) 
But the panels are still the
2012 Feb 09
1
Arial font in eps figures in R
Hi,
I am trying to create a graph using Arial font (as required by PLoS One). I have read probably all posts in R-help on this topic, as wells as R-news 2006.
The code I have been trying is following:
Arial <- Type1Font(family="Arial",
                metrics=c("ArialMT.afm", "arial-BoldMT.afm", "Arial-ItalicMT.afm",
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi,
I need to generate some figure using the Arial font as a requirement for
PLoS.
Following their guidelines, I have converted the windows font files
arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I
try to generate a postcript file, the postcript device does not recognize
the .afm files.
The code I use to test the new font is the following:
2009 Nov 17
3
CM Fonts in PDF output
Hi!
On Linux I try to produce pdf graphs with computer modern fonts so that they
look nice in LaTeX documents. I run for example:
------
CM <- Type1Font( "CM",
c("/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmr8a.afm",
"/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmb8a.afm",
"/usr/share/texmf-texlive/fonts/afm/public/cm-lgc/fcmri8a.afm",
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
Hi
First off, thanks to all the various R developers, your package is very
impressive.
I'm not sure what the protocols are for contributing, and I've not done this
before, so please excuse nay obvious errors or oversights...  Also I'm by no
means an R,TeX/LaTeX, or typesetting expert, I have largely stumbled my way
to this point.
Objective: I'd like to get R postscript(...) to
2005 Dec 04
1
font inclusions in pdf files
I am stumbling into external font issues here and there.  I presume using
external lucida fonts is fairly rare, so I am more likely to stumble onto
issues here.  (of course, I often think I have stumbled onto bugs/features
that are not.)  So, I hope I am not imposing by reporting the following.
[1] can R please not include fonts that it is not using?
luafmfiles <-
2011 Feb 15
2
Sweave doesn't hand on width of special characters of Computer Modern fonts to LaTeX
Hello R users,
Using R, Sweave and the cmsyase.afm font it is possible to write LaTeX 
documents including R figures with text in the Computer Modern Fonts:
\documentclass{article}
\usepackage{Sweave}
\begin{document}
<<echo = false, results = hide>>=
CM <- Type1Font("CM",
        c(file.path("C:/texlive/2009/texmf-dist/fonts/afm/public/cm-lgc",
       
2008 Sep 18
1
PDF fonts problem
Dear List,
I am writing a paper in Hungarian, that I Sweave and than pdfLaTeX. 
Everything is fine, except for two accented letters in the graphs that 
behave strange, though on the screen and in eps exports they look 
perfect. The problem is that I need pdf graphs, since I would like to 
have a PDF after LaTeX-ing.
For the example below I downloaded the following two font sets:
1. Latin Modern
2003 Aug 15
3
How to reinstall rpart?
After entering ?library(rpart)?, I tried to plot an existing rpart tree, and
got this error message:  Error: couldn't find function "plot.rpart".
However, ??plot.rpart? does bring up the help for the function.  The same
things occur for text.rpart, although print(my.tree) does work.
So, I tried to re-install rpart using Packages  | Install from CRAN, but
then I get this