subsetting is commonly used in visualizing phylogenetic tree.
With the new feature of setup_data() function, I have sucessfully over-write the method for performing subsetting with previous github version of ggplot2.
Here is my implementation, which support aes(subset=X)
subsetting is commonly used in visualizing phylogenetic tree.
With the new feature of
setup_data()
function, I have sucessfully over-write the method for performing subsetting with previous github version of ggplot2.Here is my implementation, which support
aes(subset=X)
I update ggplot2 today and found that my implementation fail to work.
It do work for
segment
, but fail for bothtext
andpoint
.