PSTreeGraph
PSTreeGraph copied to clipboard
Cleanup layout code
The layout code for horizontal and vertical rendering is all mixed together in single methods. This needs to be refactored into separate methods for clarity and future improvements.
Made some progress on this, enough to proceed with new features.