PlantUML different layouts

青春壹個敷衍的年華 提交于 2019-12-20 11:14:08

问题


I am using PlantUML API to generate Activity Diagram.

I have used GraphViz before and used rank parameter to define layout

rank=LR [for left to right]

I am trying to find similiar thing in PlantUML where I can change its orientation to "Left to Right" instead of existing layout i.e. "Top to Bottom".


回答1:


No, you cannot with current version (7876). You can use the following command with State, Class, Component or Usecase diagrams:

left to right direction

(see http://plantuml.sourceforge.net/usecase.html#Rankdir)

However, this feature will be added in next version.



来源:https://stackoverflow.com/questions/10581848/plantuml-different-layouts

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!