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

rotate #63

Open
ECarboni opened this issue Jan 9, 2020 · 4 comments
Open

rotate #63

ECarboni opened this issue Jan 9, 2020 · 4 comments

Comments

@ECarboni
Copy link

ECarboni commented Jan 9, 2020

Hello,
I get my graphs from left to right, would it be possible to rotate them so to have the graphs from top to bottom of my jupyter notebook?

@sizhky
Copy link

sizhky commented Mar 29, 2020

I'm also searching for a solution. Please let us know if there's an easy way

@martinlightmatter
Copy link

If you edit

rankdir="LR",
to be rankdir="TB" it will switch to the vertical format that is shown in the demo notebooks.

@sudonto
Copy link

sudonto commented May 11, 2020

Look at here. It should be "TD" (topdown)

@lidonghui-ai
Copy link

I have the same problem. When I run the demo 'pytorch_graph.ipynb', I get one warning -'(dot.exe:15436): Pango-WARNING **: couldn't load font "Times Not-Rotated 10", falling back to "Sans Not-Rotated 10", expect ugly output.' and I get my graphs from left to right. Could someone know how to solve it?

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

5 participants