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

Mutually Exclusive Venn Diagrams #8

Open
42Willow opened this issue Nov 7, 2024 · 1 comment
Open

Mutually Exclusive Venn Diagrams #8

42Willow opened this issue Nov 7, 2024 · 1 comment
Labels

Comments

@42Willow
Copy link

42Willow commented Nov 7, 2024

Eg.

#cetz.canvas({
  import cetz.draw: *
  venn2(name:"venn")
  content("venn.a", [10])
  content("venn.b", [20])
  content("venn.ab", [0])
})

should not have an overlapping section in my opinion
image

@johannes-wolf
Copy link
Member

Sets with empty intersections are not part of this package, because they are easy to draw with cetz. But I can see including them being useful.

@johannes-wolf johannes-wolf added the request for feature 🎁 Feature request. label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants