-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem saving plots from plot.___
#231
Comments
Trying that inside of a function in IJulia is a little more tricky. R"""
if(names(dev.cur()) == c("svg")){dev.off()}
""" |
Due to the implementation of
Did you put |
The plot command and the dev.off are used in a function definition, then the function is called in the other cells. That function with the R macro in its body works fine in a script but It throws the error in IJulia. |
is it possible for you to share your notebook or make a minimal example out of it? |
closing as stale |
Saving figures from R
plot(...
works fine. However, I get empty files when I try to useplot.euler
from theeulerr
package.However, I tried this and It worked fine:
The text was updated successfully, but these errors were encountered: