Browse code

optimize geom-treescale

guangchuang yu authored on 07/03/2018 08:41:33
Showing 2 changed files

... ...
@@ -1,5 +1,10 @@
1
-# ggtree 1.11.5
1
+# ggtree 1.11.6
2 2
 
3
++ now geom_treescale will plot the text that can **always** be separated from
4
+  the bar (2018-03-07, Wed)
5
++ optimize daylight layout
6
+    - <https://github.com/GuangchuangYu/ggtree/pull/165>
7
+    - <https://github.com/GuangchuangYu/ggtree/pull/169>
3 8
 + geom_tiplab2 works with mapping = aes(subset) defined by users  (2018-02-24, Sta)
4 9
     - <https://groups.google.com/d/msgid/bioc-ggtree/72e18c5b-0ce5-4c25-80fa-3e2dabda8f72%40googlegroups.com>
5 10
 + fixed overlapping branch after `flip`
... ...
@@ -94,6 +94,7 @@ stat_treeScaleText <- function(mapping=NULL, data=NULL,
94 94
                       offset=offset,
95 95
                       color=color,
96 96
                       na.rm=na.rm,
97
+                      vjust = 0,
97 98
                       ...)
98 99
     )
99 100
 }