PlantUML different layouts

You can use the following command with State, Class, Component or Usecase diagrams: left to right direction (see https://plantuml.com/use-case-diagram#d551e48d272b2b07) Edit: This comment from 2012 originally claimed that the feature was scheduled for the next release. It’s been available forever now.

PlantUml define relative position of components

A typical approach is to mark a line as hidden. One thing to keep in mind is that hidden is only supported for left-to-right ->, and top-to-bottom –> lines, so you need to place the left and right side accordingly (syntax X <[hidden]- Y doesn’t seem to be supported). @startuml class ComponentA ComponentB -[hidden]> ComponentA … Read more

tech