We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ggsave
Removing the R functions pdf() and plotting directly on the terminal is not affected, only the saving of files.
pdf()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am not able to save figures after loading the package ProfileView.
produces what you would expect.
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.The text was updated successfully, but these errors were encountered: