4 min read
Lessons learned building a cross-language plot capture engine in R & Python
GoFigr captures plots in Python via Jupyter's single display system, making auto-publish reliable. In R, the graphics architecture lacks a central point, so auto-publish is experimental. Explicitly piping plots to publish() is recommended for R users as it's more reliable and idiomatic.
