10

I've created an activity diagram with swimlanes in plant uml the diagram travels from top to bottom but I want to make it travel left to right. I found this answer about PlantUML different layouts but it does not seem to apply to activity diagrams. And when i tried to apply "left to right direction" to my diagrams there were errors.

Example code

@startuml
|Swimlane 1|
start
 :Do something;
|Swimlane 2|
 :Do something;
 stop
@enduml

Diagram that I want to travel from left to right instead of top to bottom.

enter image description here

user1605665
  • 3,771
  • 10
  • 36
  • 54
  • This question has been open for a while now, and PlantUML has not implemented nor announced this feature as of yet. Have you considered accepting an answer? – Zimano Sep 26 '22 at 08:52

2 Answers2

10

There is no way to do this in PlantUML.

Zimano
  • 1,870
  • 2
  • 23
  • 41
0

Sadly, PlantUML does not support this.

If you want this feature to be implemented, let the author(s) of PlantUML know by upvoting this feature request:

http://www.forum.plantuml.net/13375/supports-horizontal-swimlane-diagrams

Potherca
  • 13,207
  • 5
  • 76
  • 94