Skip to content
Prev 181561 / 398502 Next

Problem with adding labels in ggplot2

On Wed, May 27, 2009 at 01:40:52PM +0200, Zeljko Vrba wrote:
-snip-

I have solved the problem by introducing an artificial variable in the original
plot specification and plotting the data using the %+% operator, e.g.:

p.b4.idletime <- p.b4.generic.wg %+%
  within(b4.all.medians.8, { y <- v.idletime }) +
    ylab("Idle time (s)")