Skip to content
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

Plot does not save when ProfileView is loaded #343

Open
konkam opened this issue Dec 4, 2019 · 0 comments
Open

Plot does not save when ProfileView is loaded #343

konkam opened this issue Dec 4, 2019 · 0 comments
Labels

Comments

@konkam
Copy link

konkam commented Dec 4, 2019

I am not able to save figures after loading the package ProfileView.

using RCall
R"pdf('test.pdf')
       plot(1:4)
       dev.off()
       "

produces what you would expect.

using RCall, ProfileView
R"pdf('test.pdf')
       plot(1:4)
       dev.off()
       "

produces only blank pdf files. Tested on julia 1.2 and julia 1.3 with R 3.6.1 (2019-07-05) -- "Action of the Toes".

I have also tested the ggsave function, no difference.

Removing the R functions pdf() and plotting directly on the terminal is not affected, only the saving of files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants