I feel like a lot of attempts to recreate ggplot2 end up being superficial because they don't recognize / duplicate the power of the underlying Grid graphics that ggplot2 uses.<p>I know that web technologies are all the rage these days, but at least for static, publication-ready graphics, Grid is really nice substrate, with well thought out lower-level abstractions.<p>EDIT: I should also add that it's documented within an inch of its life should anyone feel that it's worth recreating: <a href="https://stat.ethz.ch/R-manual/R-devel/library/grid/html/grid-package.html" rel="nofollow">https://stat.ethz.ch/R-manual/R-devel/library/grid/html/grid...</a>