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

Can't open graphviz (dot) files #92

Open
laimaretto opened this issue Jul 23, 2019 · 1 comment
Open

Can't open graphviz (dot) files #92

laimaretto opened this issue Jul 23, 2019 · 1 comment
Assignees

Comments

@laimaretto
Copy link

So I have a dot file. Whenever I try to open it with SocNet 2.5, I get the following error.

image

The dot file is fine since I can open it, for example, in https://dreampuf.github.io/GraphvizOnline/ or http://www.webgraphviz.com/, and it renders ok.

This is the Graphviz network ...

graph { node [fixedsize=false fontsize=9 overlap=false shape=Mrecord style=filled] edge [fontsize=9] label="Network A" rankdir=LR splines=polyline overlap=false nodesep=1.0 ranksep=1.0 struct1 [fillcolor=lightblue3,label="NODE_1\n192.168.21.168"] struct2 [fillcolor=lightblue3,label="NODE_2\n192.168.156.88"] struct3 [fillcolor=lightblue3,label="NODE_3\n192.168.156.8"] struct4 [fillcolor=lightblue3,label="NODE_4\n192.168.21.165"] struct5 [fillcolor=lightblue3,label="NODE_5\n192.168.21.100"] struct6 [fillcolor=lightblue1,label="NODE_6\n192.168.110.65"] struct7 [fillcolor=lightblue3,label="NODE_7\n192.168.21.167"] struct8 [fillcolor=lightblue3,label="NODE_8\n192.168.21.36"] struct5 -- struct2 [label="" color=black penwidth=1.0] struct1 -- struct6 [label="" color=black penwidth=1.0] struct1 -- struct7 [label="" color=black penwidth=1.0] struct7 -- struct8 [label="" color=black penwidth=1.0] struct4 -- struct2 [label="" color=black penwidth=1.0] struct6 -- struct5 [label="20G:a1:0" color=yellow penwidth=5.0] struct3 -- struct8 [label="" color=black penwidth=1.0] struct3 -- struct4 [label="" color=black penwidth=1.0] }

Thanks!

@oxy86
Copy link
Member

oxy86 commented Jul 23, 2019 via email

@oxy86 oxy86 self-assigned this Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants