It is possible to decrease gab between elements

0 votes
asked Oct 15, 2013 in Wanted features by p1tt1 (140 points)
Hi

I've the problem, that a class-diagram is to big paper and so the font on this diagram is to small.

 

It is possible decrease the gab in nested packages and  between classes ect?

 

greeting

pitti

1 Answer

0 votes
answered Oct 15, 2013 by plantuml (295,000 points)

Hi,

You can use this undocumented feature:

@startuml
skinparam nodesep 10
skinparam ranksep 20
class Foo1
class Foo2
Foo3 *-- Foo1
@enduml

http://plantuml.sourceforge.net/qa/?qa=977/change-a-distance-between-classes&show=978#a978

 

commented Oct 16, 2013 by p1tt1 (140 points)
yes... I've read this post

but there is no solution for the gab of nested packages or classes inside of packages...
commented Oct 16, 2013 by plantuml (295,000 points)
...