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

Displaying empty sets. #86

Open
royfrancis opened this issue Oct 14, 2021 · 1 comment
Open

Displaying empty sets. #86

royfrancis opened this issue Oct 14, 2021 · 1 comment

Comments

@royfrancis
Copy link

royfrancis commented Oct 14, 2021

Just wondering about how to handle empty sets.

In a scenario like this where z set is empty,

x <- data.frame(x=c(1,0,1,1,0),y=c(1,1,0,0,1),z=c(0,0,0,0,0))
x
  x y z
1 1 1 0
2 0 1 0
3 1 0 0
4 1 0 0
5 0 1 0

the plot shows

plot(euler(x))

Rplot

which makes sense because z is empty. But, I was wondering if there might be a way to show in the plot that z is an option and it is empty.

@jolars
Copy link
Owner

jolars commented Oct 15, 2021

I agree. It would be nice to show this somehow. Maybe not by default, but yes. I plan to look for a GSOC student for next year to work on eulerr, and this seems like a good addition.

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