Description Usage Arguments Value Examples
Idea is to make it look more like Matlab
1 | pretty_plot(fontsize = 10, font = "Helvetica")
|
fontsize |
You know, the font size lol; default = 10 |
font |
The font; Arial comes non-default apparently; default = "Helvetica" |
A vector of densities for plotting
1 2 | df <- data.frame(x = rnorm(1000), y = 0)
ggplot(df, aes(x=x, y=y, colour=x)) + geom_point()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.