How can theme_classic
be accessed from rpy2 in Python? I.e. this:
http://www.inside-r.org/packages/cran/ggplot2/docs/theme_classic
Is there a way to use it from rpy2?
How can theme_classic
be accessed from rpy2 in Python? I.e. this:
http://www.inside-r.org/packages/cran/ggplot2/docs/theme_classic
Is there a way to use it from rpy2?
Yes there is. If using the manual mapping in
rpy2.robjects.lib.ggplot2
, is it currently missing from there, but a way to patch this should be: