/rplot

a script to get ggplots from the shell in iterm2

Primary LanguageShellOtherNOASSERTION

rplot: Make ggplot2 plots easily from the command line

License: MIT or GPL2, at your choice.

Requirements:

Minimal example

$ rplot 'ggplot(mtcars, aes(x=cyl, y=mpg)) + geom_jitter()'