Displaying 2 results from an estimated 2 matches for "prevfont".
Did you mean:
prevent
2005 Jun 11
2
italic (PR#7932)
Full_Name: G. Grothendieck
Version: R version 2.1.0, 2005-05-14
OS: Windows XP
Submission from: (NULL) (216.59.254.207)
This code:
> plot(1:10)
> text(5,5,lab=expression(italic(22*"33")))
has the effect of italicizing 33 (which is a character string) but not 22
(which is not). I would have thought that both, not just 33, would be
italicized.
I had previously posted about this
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...g -c plotmath.c -o plotmath.o
cc-1185 c89: WARNING File = plotmath.c, Line = 916
An enumerated type is mixed with another type.
return MathDevice->gp.font;
^
cc-1185 c89: WARNING File = plotmath.c, Line = 921
An enumerated type is mixed with another type.
FontType prevfont = MathDevice->gp.font;
^
cc-1552 c89: WARNING File = plotmath.c, Line = 1380
The variable "s5" is set but never used.
double v, s5, s16;
^
cc-1551 c89: WARNING File = plotmath.c, Line = 1926
The variable "ansBBox" is used...