A class diagram seems to always be linear - either in horizontal or, if I add left to right direction
, vertical.
However, in many cases the layout could do a better use of the screen space. Check this one out:
This last diagram could easily have A as a center in the middle of the screen and then have all other classes around it.
I know that PlantUML uses Graphviz behind the curtains to do the layout, which supports a variety of styles. So, can I tell PlantUML to do something smarter when it comes to class diagrams?