search for: italicized

Displaying 20 results from an estimated 33 matches for "italicized".

2011 Oct 19
1
Cairo creates italized plots?
Hi, Has anyone else run into this weird behaviour where the text in the plots created using Cairo are always italicized. For example, library(Cairo) Cairo(file='cairo_created', type='pdf', dpi=100) plot(1:10) dev.off() This produces the following attached 'cairo_created.pdf' graph. Notice how the text is italicized. The same code but using pdf() as the graphics device: pdf(file='pd...
2011 Jun 30
1
Italicized greek symbols in PDF plots
...ard to do and I accomplished this task like so: library(ggplot2) label_parseall <- function(variable, value) { plyr::llply(value, function(x) parse(text = paste(x))) } dat <- data.frame(x = runif(270, 0, 125), z = rep(LETTERS[1:3], each = 3), yy = 1:9, stringsAsFactors = TRUE) #unicode italicized delta dat$gltr = factor(c("italic(\u03b4)^14*N","italic(\u03b4)^15*N","italic(\u03b4)^13*C")) #So this is what I want my plot to look like: plt <- ggplot(data = dat, aes(x = yy, y = x)) + geom_point(aes(x= yy, y=x, shape=z, group=z), alpha=0.4,position = positi...
2012 Apr 03
1
Italicize journal article in mid text
Hi, I need to italicize the journal in a citation but have thus far failed. How can I make 'Journal of Something' below italic but leave the rest plain? mtext( "See Author1 and Author2 (2007) , \"Title\", Journal of Something , pp. 1-50.", side = 3, outer = T, line=-0.75, cex = 0.7, at= 0.04, adj = 0, font = 1, family = "Times") Thanks -- View this
2011 Jun 21
2
Italicize Greek symbols in axis
Hello there, Is there any way to italicize Greek symbols such as mu in axis? From the help files of mathematical anotations: "Note that bold, italic and bolditalic do not apply to symbols, and hence not to the Greek symbols such as mu which are displayed in the symbol font. They also do not apply to numeric constants.", it seems that it cannot be done. Thanks, Bingzhang Chen
2011 Mar 31
1
Italicized title from index
Hi all! I've written a handy script that uses a for loop to allow me to generate a large number of figures and statistical outputs for a large dataset. I am using indexing to retrieve a species name for the title of my graphs- which worked fine. However, I need to italicize these species names. I originally used the paste function, and had no problems with indexing: *main=paste("Yield
2005 Jun 11
2
italic (PR#7932)
...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 last week: https://www.stat.math.ethz.ch/pipermail/r-devel/2005-June/033526.html however, no one responded.
2011 Feb 20
3
Partial italic in graph titles when looping
...plot(z <- sort(rnorm(47)), type = "s", main = "") points(z, cex = .5, col = "dark red") title(main = paste(x[i,1], " p", x[i,2], sep = "")) } The graphs produced by this method are almost perfect, except that the gene names are not italicized (they SHOULD be). So, once again, the big question is: how would I italicize the gene names but NOT the gene positions, when looping through to make these graphs and graph titles? If I WASN'T looping to make my graph titles, I could write: title(main = expression(paste(bolditalic("FL...
2023 Oct 18
2
[PATCH libnbd 0/4] Miscellaneous Rust cleanups
...D to rustdoc translator. It is by no means perfect, but it > fixes many of the issues. > > Also build the examples, to make sure we don't get any regressions. For the series: Reviewed-by: Eric Blake <eblake at redhat.com> There is an XXX about displying links rather than just italicized texts for pod L<> constructs linking to non-libnbd pages, which can be solved later, but your approach for now is definitely better than plain text. -- Eric Blake, Principal Software Engineer Red Hat, Inc. Virtualization: qemu.org | libguestfs.org
2009 Jul 03
2
Two questions about the cloud function in the lattice package
Hi, I have two questions regarding the cloud function in the lattice package: 1) Is there a way to not print the surrounding frame (i.e. the square surrounding the entire plot)? 2) Is there a way to italicize the text displayed with the key argument? Some sample code: data(iris) cloud(Sepal.Length~Petal.Length*Petal.Width,data=iris, groups=Species,screen=list(z=20,x=-70),
2001 Aug 01
1
italics and not in main=
R 1.3.0, windows I've checked archives, and examples in text, mtext, and title. I am trying to include italicized text in the main title of a figure: ...., main = "[italics here] species name [italics stop] more plain text" TIA, Henry ***************************** Martin Henry H. Stevens HStevens at muohio.edu tel: (513) 529 - 4206 FAX: (513) 529 - 4243 338 Pearson Hall Botany Department Miami U...
2010 Jan 23
1
Failure to produce italics in jpeg
Colleagues, Using R 2.10.1 in OS X (Snow Leopard), I created JPEG documents that were intended to include italicized text. In the JPEG versions, the italics appear in bold-face. The identical code (except for the call to the device) yields italics in PDF. A minimal example is: PDF version: > pdf("plot.pdf") > plot(1,1) > mtext(bquote(italic(P) < .(0.005))) > dev.off() JPEG versio...
2008 Apr 29
4
Weird font in Firefox
Has anyone else had an issue with the font in Firefox? In particular, the font up on the toolbar, buttons, and any text that you type in on a website? I recently installed Firefox (mostly so I can access pages that require the most recent version of Flash) and I get an italicized font with a clear line through the middle of it in the locations I mentioned. It's readable, but just barely. Is there a way to change that font? I installed Firefox version 2.0.0.14 on wine 0.9.59. Any help would be appreciated. Thanks!
2008 Jul 16
1
Checking package vignettes: WARNING
...ot find the reason for the warning message that occurs if 'R CMD check' is run in the German locale. If I run Sweave and texi2dvi by hand with both locales, the only possibly relevant difference I noticed is that Sweave uses straight single quotation marks in the 'C' locale but (italicized) primes in the German locale: 'C' locale: Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 German locale: Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 System Information: R 2.7.1 i486-pc-linux-gnu Kubuntu 8....
2006 Apr 28
6
Emphasis or Italic?
What's the difference between: <em>emphasis</em> and <i>italicized</i> and <strong>strong</strong> and <b>bold</b> It seems to subtle for my browsers. The only "difference" I've been able to find is that according to the O'Reilly book <strong> and <emphasis> are semantic tags, while <b> and <...
2006 Apr 08
7
How to create your own markup language ?
I''m actually looking to create my own markup language, after a look to the greats markdown and textilize markup languages they seem to be more complexes that what I need, so not feating with my application. Any help is welcome ;-) -- Grosjean S?bastien
2015 Jul 09
2
[LLVMdev] Inline hint for methods defined in-class
...and /6). > > > The above wording clearly says that the inline *specifier* is a hint > that we should inline the function, and... Is it really that clear? 1.3p3 says, "Terms that are used only in a small portion of this International Standard are defined where they are used and italicized where they are defined.". 7.1.2p2 says, "A function declaration (8.3.5, 9.3, 11.3) with an inline specifier declares an inline function." and "inline function" is italicized there. Thus, "inline function", as a term, is *defined* to be a function declared with an...
2012 Apr 03
1
Mixed italic and non-italic in text
Hi, I need to italicize the journal in a citation but have thus far failed. How can I make 'Journal of Something' below italic but leave the rest? mtext( "See Author1 and Author2 (2007) , \"Title\", Journal of Something , pp. 1-50.", side = 3, outer = T, line=-0.75, cex = 0.7, at= 0.04, adj = 0, font = 1, family = "Times") -- View this message in
2011 Apr 22
1
Paste problem when looping variable assignments
...quot;") <- POTWY_cut : could not find function "paste<-" Does anyone know how I might be able to do this? It seems like the type of thing that must have a simple solution that I am just overlooking.. I have posted my entire code below, with the problematic line bolded and italicized. Thank you very much for your help. Billy full code: for(i in 1:length(pds_gagehandles)){ dates<-get(paste(pds_gagehandles[i],"_pds_rawd",sep="")) q<-get(paste(pds_gagehandles[i],"_pds_rawq",sep="")) yr<-as.numeric(strftime(dates,format='%Y&...
2015 Jul 10
3
[LLVMdev] Inline hint for methods defined in-class
...clearly says that the inline *specifier* is a > > hint > > that we should inline the function, and... > > Is it really that clear? > > 1.3p3 says, "Terms that are used only in a small portion of this > International Standard are defined where they > are used and italicized where they are defined.". > > 7.1.2p2 says, "A function declaration (8.3.5, 9.3, 11.3) with an > inline specifier declares an inline function." and "inline function" > is italicized there. Thus, "inline function", as a term, is > *defined* to be a...
2005 Jun 06
2
How to vectorize
Dear R-List, I would like to write nicely the names of some isotopes on a plot. The code bellow works fine. plot(1:10,1:10) text(c(2,4,8),c(2,4,8),labels=c(expression(italic(phantom(0)^{78}*Ge)), expression(italic(phantom(0)^{137}*Cs)), expression(italic(phantom(0)^{129*m}*Te))), cex=3 ) But, since I have a lot of