Joao_Salcedo
unread,May 15, 2012, 4:02:17 AM5/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ggplot2
Hi All,
I am using RStudio 0.95.265 on MAC OS X 10.7.3 and I am trying the
following:
>library(ggplot2)
>qplot(displ, hwy, data = mpg)
And I have the following error
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x
$y, :
Polygon edge not found
In addition: Warning messages:
1: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
no font could be found for family "Arial"
2: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
no font could be found for family "Arial"
Cheers,
Joao