Browse code

facet_plot

guangchuang yu authored on 09/07/2018 05:44:21
Showing 2 changed files

... ...
@@ -1,5 +1,6 @@
1 1
 # ggtree 1.13.1.9002
2 2
 
3
++ order by y in `facet_plot` (2018-07-09, Mon)
3 4
 + `extend` parameter in `geom_cladelabel` and `geom_strip` supports specifying
4 5
   extension of both sides (2018-07-06, Fri)
5 6
 + `geom_nodelab2` for circular layout (2018-07-03, Tue)
... ...
@@ -115,6 +115,8 @@
115 115
     } else {
116 116
         stop("input 'data' is not supported...")
117 117
     }
118
+
119
+    res <- res[order(res$y),]
118 120
     return(res)
119 121
 }
120 122