similar to: Using the Arial font in the plot function.

Displaying 20 results from an estimated 10000 matches similar to: "Using the Arial font in the plot function."

2006 Jul 21
1
: Arial font for text in lattice plots under Linux
Hi, I have been asked by a publisher to change the font style of a lattice plot in my manuscript. I have consulted documentation on trellis graphics and the excellent book "R graphics", but am still not sure how I could create plots with Arial as the font style for text in the plot. I am running R (Version 2.3.1 (2006-06-01)) under debian Linux. I have msttcorefonts installed.
2003 Mar 14
1
Using Arial font in linux
Hi, Late last year there was a thread on r-help about installing Arial fonts on linux machines: http://finzi.psych.upenn.edu/R/Rhelp02/archive/8548.html I too would like to use Arial fonts in some R plots created on my redhat machine. I've installed the TrueType fonts from http://corefonts.sourceforge.net/ -- there is now a directory /usr/share/fonts/msttcorefonts/ and xlsfonts reports
2003 Oct 19
2
problem with win.metafile( ): traceback()
For the first error message: > win.metafile(file = "//.../plot1.wmf", + width = 8.5, height = 6.25) > lset( list( background = list(col = "white"))) Error in get(x, envir, mode, inherits) : variable "win.metafile://.../plot1.wmf" was not found > traceback() 4: get(device) 3: trellis.device(device = .Device, new = FALSE) 2: trellis.par.get(item) 1:
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:
2011 Jul 03
1
using Arial font
To whom it may concern, I am e-mailing you concerning the use of Arial Font in the program R and I am using a mac. I am trying to create graphs in R and the publisher I wish to publish an article with needs the font to be Arial. I have tried looking around to find out how to do this with no luck and must help on the topic is geared towards Linux users - the only help available is from the PLoS
2011 Jan 24
2
no font could be found for family "Arial"
I was re-running some code that I hadn't run in a couple of months to make barplots in R. I didn't change a single thing in the script, but the plots wouldn't work this time around. The plot itself (the bars and axes) will graph in the window, but no text appears. In the console it says I have a number of errors, all of which say "no font could be found for family
2012 Apr 20
1
How to make nice tiny sized figures on graphic devices producing scalable vector output?
Hello! Usually whenever I want a tiny plot, I just create it as is (or even large) and then downscale it in the end application like LaTeX of MS Word. However, all these graphic devices like postscript, pdf, win.metafile retain physical sizes, so it would be natural if I can just insert graphics as is provided those have proper physical sizes embedded. The question is what is the best
2009 Sep 30
1
Arial for pdf() on a Mac
Hi, I'd like to use Arial for the font in the PDF's and TIFF's I produce in R on my Mac (running 10.5.5). I've found the following archived help file on how to do it in Linux (http://tolstoy.newcastle.edu.au/R/e4/help/08/08/19847.html ) but don't understand how to do this on my system. Are *.afm files freely available and do they come with the *.enc file that
2005 Aug 23
1
Arial font missing for openoffice 1.9+
I am trying to run ooimpress for openoffice 1.9+ I have it installed and running but the powerpoint I loaded has an arial font selected and that font does not seem to be present in centos 4 . How can I put it there for openoffice to use.. THanks Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 19
2
PLoS, Arial, R & linux
Greetings All. According to the PLoS (Public Library of Science) Guidelines for Figure preparation, if a figure is submitted as EPS rather than TIFF then "Figure text must be in Arial font" -- see: [1] http://www.plosntds.org/static/figureGuidelines.action#text and also other sections in that web-page [2] http://www.plosntds.org/static/figureGuidelines.action Now, Arial font is not
2005 Feb 15
2
Too small font in applications - WINE 20050211 (Mandrake RPM)
Hello, when i run any application in wine (including for example regedit), font is TOO small, sometimes even unreadable. Changing parameters like Resolution (or LogPixels registry entry) or default fonts ("Default", "Defaultfixed", etc..., Alias0 = System, ....) *****************HAS NO EFFECT!******************** xfontsel tool shows, that all fonts mentioned in config file
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends: Forgot to include three more data files: http://www.websher.net/tmp/user.reg http://www.websher.net/tmp/system.reg http://www.websher.net/tmp/userdef.reg Thank you again. Benjamin I've been trying for some time to install my copy of Word97 (which I own, having purchased it directly from Microsoft with my own license number). I have tried the latest Wine 0.9.14. To do
2005 May 11
1
PDF Arial, Helvetica and Pagemaker 7.0
Hello, I can generate PDF documents and they look good on acrobat reader. However, when I import the PDFs in Pagemaker 7.0 (on windows2K), I get an error message saying it does not recognize the Helvetica font. I got this from ?pdf: family the font family to be used, one of "AvantGarde", "Bookman", "Courier", "Helvetica", "Helvetica-Narrow",
2007 Dec 09
1
Saving lattice plot as a PDF
Hi there, I need to save a series of lattice plots as a PDF, this is my code so far: windows(height=8,width=6) plot.new() library('grid') lattice.options(layout.heights=list(top.padding=list(x=0.15, units="inches"))) print(plot1, split=c(1,1,2,3), more=TRUE) print(plot2, split=c(1,2,2,3), more=TRUE) print(plot3, split=c(1,3,2,3), more=TRUE) print(plot4, split=c(2,1,2,3),
2007 Dec 26
1
seekViewport error
Why does the seekViewport at the bottom give an error? > xyplot(Sepal.Length ~ Sepal.Width, iris, group = Species, col = 11:13, + auto.key = TRUE) > grid.ls(view = TRUE) ROOT GRID.rect.89 plot1.toplevel.vp plot1.xlab.vp plot1.xlab 1 plot1.ylab.vp plot1.ylab 1 plot1.strip.1.1.off.vp GRID.segments.90 1 plot1.strip.left.1.1.off.vp
2008 Nov 11
1
Retrieving x argument name from a trellis object in R 2.8.0
Dear all, let consider the following function: Fun1 <- function() { library(lattice) plot1 <- 1:10~1:10 pl1 <- xyplot(plot1) return(pl1$call$x) } In R 2.5.0 (or older version) we have > Fun1() plot1 but starting from R 2.5.1 until the latest R 2.8.0 we obtain instead > Fun1() NULL because pl1$call seems to be equal to xyplot() without arguments. Something like
2010 Dec 01
1
Font family not found in Windows font database
Dear R Gurus, I have a fairly simple problem, but I haven't been able to find the answer on 'the google' or in the r-help archives. I am generating plots on both Windows and OS X where I need to guarantee that the font used is Arial. In my plot command I specify 'fontfamily="Arial"'. The problem is that on Windows I'm getting the following warning: Warning
2003 Apr 02
1
Bookman font is replaced by Courier New.
Hi all. My setup: x86 Arch Linux? with Wine 20030318. I have a Microsoft Word document that I'm trying to open in TXWords? under Wine. This document is written using the Bookman font. When I open the document in TXWords, all the text is displayed in the Courier New font. Bookman is available through X: root@test04# xlsfonts -fn '*bookman*' -urw-urw bookman
2005 Dec 26
4
lme X lmer results
Hi, this is not a new doubt, but is a doubt that I cant find a good response. Look this output: > m.lme <- lme(Yvar~Xvar,random=~1|Plot1/Plot2/Plot3) > anova(m.lme) numDF denDF F-value p-value (Intercept) 1 860 210.2457 <.0001 Xvar 1 2 1.2352 0.3821 > summary(m.lme) Linear mixed-effects model fit by REML Data: NULL AIC BIC