-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When two branch length columns are provided, the second y-axis isn't always generated (even when the second branch itself is rendered).
Example Input
tree <- data.frame(
parent = c(NA, 1, 2),
length1 = c(10, 10, 100),
length2 = c(1, 1, 0.1)
);
plot <- SRCGrob(tree);
grid.draw(plot);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working