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
Because sometimes one decimal digit precision isn't enough..
The text was updated successfully, but these errors were encountered:
Allow to change precision for percentages (#11)
9535342
I have added a new parameter (digits) and released a new version (0.1.6). You may try it like:
ggvenn(d, digits = 2)
or
ggplot(d) + geom_venn(aes(A = `Set 1`, B = `Set 2`), digits = 2)
Sorry, something went wrong.
No branches or pull requests
Because sometimes one decimal digit precision isn't enough..
The text was updated successfully, but these errors were encountered: