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
Compare:
x11() library(vioplot) vioplot(1:10)
to
library(svglite) svglite() vioplot(1:10) dev.off()
The bottom border of the violin plot is not drawn with svglite.
The text was updated successfully, but these errors were encountered:
fbc6ab3
Sorry that it took me so long to notice, but this fix now leads to the situtation where lines() always joins its endpoints, as in
library(svglite) svglite() plot(1:10) lines(c(2, 2, 3, 3), c(2, 3, 3, 2)) dev.off()
Sorry, something went wrong.
have you tried with recent master?
no worries
No branches or pull requests
Compare:
to
The bottom border of the violin plot is not drawn with svglite.
The text was updated successfully, but these errors were encountered: