-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I would like to request a feature that allows for scaling the circle radii in eulerr diagrams based on custom parameters, such as the logarithmic size of the input sets. While the current implementation effectively visualizes set intersections, it would be extremely useful if users could dynamically adjust the circle size using a transformation of the set sizes (e.g., logarithmic scaling), especially when the set sizes differ greatly. This would help provide a more visually informative and balanced representation of the data, without larger sets overwhelming smaller ones.
Like that:
item.list = list( A =1:10, B = 9:100)
plot(euler(item.list),
quantities = list(type = c("counts")),
size = list(size= log(lengths(item.list ) + 1)),
fill = list(fill = cm.map, alpha = c(0.7, 0.7, 0.7, 0.7)),
labels = list(fontface = "normal", fontsize = 10))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels