Skip to content

Displaying empty sets. #86

@royfrancis

Description

@royfrancis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions