Skip to content
Advertisement

Tag: graph-drawing

Positioning of classes in UML diagram

I’m creating a tool for displaying Python project as an UML diagram (+ displaying some code error detection using GUI). I scan some project using Pyreverse and I have all data I need for drawing UML diagram. The problem is positioning of the class boxes on the canvas. For a start, I decided to use already implemented force based algorithm

Advertisement