How to make a plant uml activity diagram travel left to right
Asked Answered
H

2

14

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

Hoxha answered 9/1, 2018 at 2:22 Comment(2)
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?Michaelson
And again, two years later. It's still not in PlantUML. Have you by now considered accepting an answer?Michaelson
M
14

There is no way to do this in PlantUML.

Michaelson answered 18/7, 2019 at 11:59 Comment(0)
H
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

Hearts answered 8/12, 2022 at 9:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.