I am trying to add a scale to an unrooted tree with
geom_treescale
, but when I use it, the tree completely collapses and I am not able to set anything that fix it. Anybody has any idea on how to do it ?
google group里的问题,说他加geom_treescale
之后,树被压缩了,由于他没有给出可重复性的例子,所以我们并不知道情况到底有多么糟糕,但这种情况是可能发生的,因为加treescale这种东西,默认情况下geom_treescale
会自己去计算该加多大的scale bar,该放在什么位置上,而这种默认情况是基于rectangular布局来的,在假设的情况下,都不可能尽善尽美,假设不成立的情况下当然有可能搞得很差。