Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一棵树,其中根在左侧,每个子节点都绘制在右侧。
看来这个qtree包不能做到这一点。有人有想法么?
qtree
我找到了这个文档,看起来它可能会有所帮助,但它有点迟钝。
看一下TikZ 树,可以在这里通过设置参数来完成grow=right。
grow=right
例如:
http://media.texample.net/tikz/examples/PNG/probability-tree.png
[取自 TikZ 网站]