Dear all,
I am new in using ggplot2. I tried it on Win XP and it worked fine.
When I tried to se it on my mac (mac os X), here is what I get:
> p <- ggplot(mtcars, aes(wt, mpg))
> p + geom_point(aes(shape = factor(cyl)))
Error in match.fun(get("formatter", .)) :
'get("formatter", scale)' is not a function, character or symbol
This is the script given in the 'help' of the package...
Any idea to fix this problem?
Many thanks.
--
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