Created
October 2, 2012 18:51
-
-
Save jimhester/3822379 to your computer and use it in GitHub Desktop.
Webkit error in svg files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```{r error,dev='svg'} | |
library(ggplot2) | |
ggplot(movies,aes(x=rating)) + geom_histogram(aes(fill=..count..)) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment