Displaying 20 results from an estimated 50000 matches similar to: "FONT TYPE"
2008 Aug 18
2
changing plot font for Times new roman
Dear all,
I know that it is a know issue, but I would like to change
the type of font on my plot, and I am not sure the
rigth way. I would like to use Times New Roman font,
but according to the "par()" help, some device allow
we choose an family of fonts. I tryed par(family="times")
without success.
Surfing on R archieve I got an suggestion of
use par(font.lab=6), but when I
2003 Dec 09
1
Font
UseR's,
I run R on Red Hat linux 8. I did some graphics using:
ps.options(paper="a4",horizontal=T,family="Times");
postscript(file="boxplotdistancia.eps");
boxplot(distancia);
dev.off()
How I change the font size?
Thanks for helping.
Savano
2005 Apr 15
2
inconsistent fonts generated in postscript file (PR#7795)
Full_Name: Xiang Li
Version: 2.01
OS: WinXP
Submission from: (NULL) (128.248.174.125)
I am trying to use the font of "TT Courier New: bold" to get the equal size of
letters. The "TT Courier New: bold" is the 11th font listed in the Rdevga file.
You can just try a simple case:
plot(1:10, 1:10, xlab = "XILMV", font.lab = 11)
I save the plot in postscript format,
2004 Nov 02
3
Using East-european characters in R
Does anybody know how to produce a East-European character "??" - "c with a
v-shaped hat " in R (in text or plot)?
I do know how to get "??,??" - "s,z, with a v-shaped hat", but not this one.
Thanks in advance for any suggestions,
Ales Ziberna
P.S.: I am using Windows XP and R version 1.9.1 (details below)
$platform
[1]
2001 May 28
1
Fonts on Windows devices
Moi!
I've spent a fun few hours trying to get a plot to look exactly the way
I want it, and with a lot of help from Venables & Ripley (the book!) and
the help pages, I've almost got it perfect. Only one problem now
remains....
I'm using R1.2.2 on Windoze NT. I want to draw the graph as a Windows
metafile (so at the moment I'm using the windows device, i.e. on the
screen and
2004 Feb 04
2
Latin 2 encoding + fonts
Hi,
In the FAQ I read about options to specify different fonts than the default
ones for the console (in the file Rprofile) and for the graphical output
(Rdevga). I would however like to replace Latin 1 with Latin 2 enconding for
both (console and graphical) output in Windows and just graphical output in
Linux.
I guess it is possible but I did not find the way.
How can I use the fonts
2004 May 07
1
Font and Color documentation
Hello R-ians,
Could someone please point me to documentation on legal font and color
specifications (and other 'par' parameters); i.e. font=6 for Times New
Roman, col='Red', etc.? Searches in "?par", MASS (1st ed.) and other
areas were unsuccessful. I thought I remember seeing it
before...somewhere.
Thanks,
Iyue
2005 Jan 18
4
embedding fonts in eps files
Hi,
I have to make eps files with fonts embedded.
I use the following postscript command:
postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize =
7,horizontal = FALSE, onefile = FALSE, paper = "special",family =
"Times")
plot(...)
dev.off()
Are fonts automatically embedded in this way?
How can I see that?
If not, how to do it?
regards, Rudi.
2003 Apr 24
1
Invalid font in bitmap()
Dear all,
A few weeks ago I asked about X11() availability using CGI-perl. The
general advice was to use bitmap which requires ghostscript (Xvnc and
Xvbf were the other alternatives). My system administrator got around to
installing Aladin Ghostscript 6.0 and the setting the R_GSCMD
environment variable. Other system specification is given below.
But now I have a new problem that says that font
2009 Apr 28
2
Change font type PNG device with Lattice xyplot
Dear All,
I have some problems with changing the default font (Arial) in a xyplot
which is printed using the PNG-device. Although some things have been
mentioned about this in the forum, I still couldn't figure it out. Can
someone help me out?n Thanks in advance!
I want to print the plot for pasting in Microsoft Word
OS: Windows XP
see example:
a<-data.frame(x=c(1:5),y=c(2,2,3,3,4))
2002 Apr 07
3
German umlaut in xlab
Dear all,
which font do I have to choose to use German umlauts at x/ylab in plot? Do I
have to change Rdevga; and how? Or should I use these Hershey vectors?
I looked quite a long time for a solution, which should be easy, so I
thought I'd better ask here.
Maybe some other people have already solved this problem.
Regards,
Petra
-
---------------------------------------------------
Petra
2006 Feb 01
3
plot-function: How to change the font of the titles
Hello!
I want to create a plot with x- and y-labels writen in times or arial.
How can I change the font?
Thank you very much. Best regards
Claudia
2014 Dec 12
3
Aw: Re: Re: rsync not copy all information for font file
what is the source and destination filesystem?
here is some report that rsync has some problem with HFS+ filesystems and "ressource forks": http://quesera.com/reynhout/misc/rsync+hfsmode/
but as you are using ubuntu and not osx i`m curious what`s the problem, so i think we need more information here.
regards
roland
> Gesendet: Freitag, 12. Dezember 2014 um 15:31 Uhr
> Von:
2001 Oct 02
3
Font metrics error
Wine spits out a buch of error messages of the form:
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-fcd8859-15' has unknown registry 'fcd8859' and character encoding '15'
Is there a switch to get it forget about it's font server. I'm running
batch mode programs so fonts are irrelevant.
Thanks,
2006 Feb 20
1
Plots: displaying mathematical symbols in specific fonts
Dear SavioRs,
I am doing some research where characters in different microsoft
fonts serve as experimental stimuli. Hence, in plot labels, I would
like to display the characters in specific microsoft fonts. I have
figured out how to display letters and numbers, but I am having
trouble with symbols such as capital delta. Before I go further, I
am using R 2.2.1 on Windows XP with everything
2011 Apr 12
1
font Times New Roman and size 9 of labels of graphics
Hello,
I wonder how to change the font of
chart to Times New Roman and size 9.
Attached is the graphic I need to make these changes
Thanks
2006 May 16
2
Changing expression font
I'm trying to label axes using 'expression', but I would also like to change the font to Times New Roman (a requirement of the journal). I'd appreciate any advice.
Here's one example of several things that I've tried, including changes to par() parameters 'family', 'font', 'font.axis', and 'font.lab', which are not shown below.
x <- 1:10
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
2007 Sep 28
6
Graphics and LaTeX documents with the same font
Dear All,
I know how to export graphics as pdf files and then how to include
them in LaTeX documents. However, I do not know how to do in order to
have the text of the graphics written with the font selected for the
LaTeX document. Is that possible?
Thanks in advance,
Paul
2011 Apr 12
2
font and size times New Roman
Hello
I wonder how to change the font of
chart to Times New Roman and size 9.
plot(c(0,100,20),c(0,600,50), xlab= 'Idade(meses)', ylab="Peso(kg)",
type = "n", axes=F)
axis(1, pos=0, at=seq(0,100,20))
axis(2, pos=0, at=seq(0,600,100))
t<- seq(0,100,1)
TA=543.56*(1-0.8976*exp(-0.0522*t))
NI=498.97*(1-0.9259*exp(-0.0494*t))
RC=514.57*(1-0.9112*exp(-0.0499*t))