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

Neato text compare broken #22

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

Neato text compare broken #22

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run draw_dot(G)
2. Error is returned.
3.

What is the expected output? What do you see instead?
A graph.  Instead I see an error.

What version of the product are you using? On what operating system?
neato - graphviz version 2.28.0 (20110507.0327) 

Please provide any additional information below.
It looks like the output from neato has changed so that the text compare on 
line 95 in dot_to_graph.m no longer works.  If I change the line to 

[node_pos] = sscanf(line(pos_pos:length(line)), 'pos="%f,%f"')';

(from [node_pos] = sscanf(line(pos_pos:length(line)), ' pos = "%d,%d"')';)

then it works. Also, I did not have the range function in my distribution which 
is called in line 114 and 115 of dot_to_graph.m.  I took a guess that it is 
simply max(x)-min(x) and that seems to work.

Original issue reported on code.google.com by [email protected] on 5 Jan 2012 at 9:43

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

1 participant