LaTex 中从左到右的树,而不是从上到下的树?
I'm looking to draw a tree where the root is on the left and each child node is drawn to the right.
It seems that the qtree
package can't do this. Any one have any ideas?
I've found this document, which seems like it might help, but it's a bit obtuse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 TikZ trees,可以在这里通过设置参数
grow=right
来完成。例如:
http://media.texample.net/tikz/examples/PNG/probability-tree .png
[取自 TikZ 网站]
Take a look at TikZ trees, it can be done here, by setting the parameter
grow=right
.For example:
http://media.texample.net/tikz/examples/PNG/probability-tree.png
[Taken from the TikZ website]