You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
Hi, I really love your PSTreeGraph! Thank you for your time spent on this, I think.
I just want to know if it is possible to place a root on the bottom of the screen and draw a tree bottom-up? Thank you
The text was updated successfully, but these errors were encountered:
Your welcome (on behalf of myself other contributors too). The best way to thank everyone is to make your improvements available for peer review and inclusion by doing a pull request. :-)
Anythings possible, it already supports a few options for orientation. You will find that the rendering code and flags are fairly self contained. Check the behaviour of the rendering and orientation flags introduced in the last couple of pushes.
Specifically, check out the "PSTreeGraphOrientationStyleVerticalFlipped" value of the "PSTreeGraphOrientationStyle" enumeration. If it's implemented, you can "git blame" to see if it was me or Chad.
Hi, I really love your PSTreeGraph! Thank you for your time spent on this, I think.
I just want to know if it is possible to place a root on the bottom of the screen and draw a tree bottom-up? Thank you
The text was updated successfully, but these errors were encountered: