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

onefile = FALSE does not work with **tikzDevice** 0.12.4 #220

Open
stla opened this issue Feb 14, 2023 · 0 comments
Open

onefile = FALSE does not work with **tikzDevice** 0.12.4 #220

stla opened this issue Feb 14, 2023 · 0 comments

Comments

@stla
Copy link

stla commented Feb 14, 2023

Hello,

library(tikzDevice) # 0.12.4
tikz(onefile = FALSE)
plot(0, 0, pch = 19)
plot(0, 0, pch = 19)
dev.off()

This creates a file named Rplot%03d.tex (I mean the %03d is not substitued) which is empty and immediately disappears. Providing a file name does not work too.

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

No branches or pull requests

1 participant