[graalvm-users] Running ggplot2 from Interop

Rodrigo Botafogo rodrigo.a.botafogo at gmail.com
Wed Aug 1 05:56:04 PDT 2018


Hello...

ggplot works fine in FastR, but if I try:

Polyglot.eval("R", <<-R)
  library('ggplot2')
  ggplot(mtcars, aes(x=wt, y=mpg)) + geom_point()
R

nothing happens... the code executes and exits, but no graphics.  How
should this be done?



-- 
Rodrigo Botafogo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/graalvm-users/attachments/20180801/a720e97b/attachment.html 


More information about the GraalVM-Users mailing list