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

svglite doesn't connect polygon start to end #82

Closed
ilia-kats opened this issue Nov 19, 2016 · 4 comments
Closed

svglite doesn't connect polygon start to end #82

ilia-kats opened this issue Nov 19, 2016 · 4 comments

Comments

@ilia-kats
Copy link
Contributor

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.

@ilia-kats
Copy link
Contributor Author

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()

@lionel-
Copy link
Member

lionel- commented Mar 7, 2017

have you tried with recent master?

@ilia-kats
Copy link
Contributor Author

ilia-kats commented Mar 7, 2017 via email

@lionel-
Copy link
Member

lionel- commented Mar 7, 2017

no worries

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

2 participants