Skip to content

Instantly share code, notes, and snippets.

@jimhester
Created October 2, 2012 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimhester/3822379 to your computer and use it in GitHub Desktop.
Save jimhester/3822379 to your computer and use it in GitHub Desktop.
Webkit error in svg files
```{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