
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: http://gist.github.com/270442
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
Thanks for your reply, Dennis. I wasn't entirely clear by what I meant by "change" below. What I'd actually like to do is to change, "0", for example, to "foo". That is, I don't just want to change the font, color, etc, but rather the string itself. As far as I can tell, opts(strip.text.x = theme_text()) only gives you access to the display properties of the panel title, not the text of the title itself.
That works more or less, though when you create a new factor, "expression" labels are not formatted properly, i.e. if I have labels = c(expression(x >= 1)) that is exactly what is shown as the label in the graph, not the nice greater-or-equal sign.. (same applies to greek letters, sub-/superscripts etc.). Any way to make this possible?
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility