sub-package layout problem

0 votes
asked Mar 6, 2015 in Closed question / help by anonymous
Hello,

Currently, the classes in a package can be displayed in multiple rows. But the sub-packages doesn't work. For an example,

@startuml

p { margin-bottom: 0.1in; line-height: 120%; }a:link { }

package driver {

package options {

}

package phases {

}

package toolchains {

}

package tools {

}

package types {

}

}

@enduml

These packages will be displayed in only one row, which makes the picture hard to see.

Is there a way to work around it?

Thanks,

Mingjie

1 Answer

0 votes
answered Feb 22, 2018 by Anthony-Gaudino (5,720 points)
You can arrange them using invisible arrows.
...