Plot in R, ggplot2
Python alternatives to ggplot2: pygg (NOT working), ggpy (ggplot in py) from yhat (NOT working and not in maintance). Please use rpy2 to “source()” R files.
Note: this blog is mainly used to prepare data, for plotting code, see:
- O’Reilly 2013 - R Graphics Cookbook
- ggplot2 cheatsheet
- Be Awesome in ggplot2: A Practical Guide, (bak)
3D PLOT #
scatter #
OBS: order of using commands.
surface #
OBS: order of using commands.
...