Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing graph left to right (horizontally) rather vertically (top to bottom) #27

Open
prashant-saxena opened this issue Mar 12, 2021 · 3 comments

Comments

@prashant-saxena
Copy link

Hi,
I did test on my project, and it seems grandalf will do the job. The only thing I was not able to find out in documentation is drawing
graph horizontally. Is this feature is implemented? Please let me know.
Actually I have tried rotating all the vertices 90 degree counter clock wise along to a pivot point but first you have to flip the graph horizontally, or else it won't do.

Cheers

@Nicholas-Schaub
Copy link

I will also be needing this functionality. My plan is to just transpose xy. That accomplishes what you're talking about regarding rotation and flipping.

@hadware
Copy link

hadware commented Jan 31, 2024

That is also exactly what I did to get a horizontal graph

@turntable-justin
Copy link

Can you share the exact code changes for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants