grandalf icon indicating copy to clipboard operation
grandalf copied to clipboard

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

Open prashant-saxena opened this issue 3 years ago • 3 comments

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

prashant-saxena avatar Mar 12 '21 14:03 prashant-saxena

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.

Nicholas-Schaub avatar Mar 20 '21 13:03 Nicholas-Schaub

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

hadware avatar Jan 31 '24 10:01 hadware

Can you share the exact code changes for this?

turntable-justin avatar Feb 13 '24 15:02 turntable-justin