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

graphViz #92

Open
twistedmove opened this issue Sep 3, 2014 · 0 comments
Open

graphViz #92

twistedmove opened this issue Sep 3, 2014 · 0 comments

Comments

@twistedmove
Copy link

I am not very familiar with graphViz, I downloaded using homebrew and changed the config.txt
PMTKgvizPath /usr/local/Cellar/graphviz/2.38.0/bin

and rerun the initPmtk3.m, but I still have this error when I run visualizeAlarmNetwork in demos/ and other functions which need graphViz

>>visualizeAlarmNetwork
dot -Tdot -Gmaxiter=5000 -Gstart=7 -o layout.dot adjmat.dot: Segmentation fault
Error using Treelayout/callGraphViz (line 38)
Sorry, unknown GraphViz failure, try another layout
Error in Gvizlayout/calcLayout (line 57)
          obj.callGraphViz();
Error in Abstractlayout/dolayout (line 30)
            obj.calcLayout();
Error in graphViz4Matlab/layoutNodes (line 516)
            obj.currentLayout.dolayout(adj,obj.ax,obj.maxNodeSize);
Error in graphViz4Matlab/draw (line 162)
            obj.layoutNodes();
Error in graphViz4Matlab (line 152)
            obj.draw();
Error in drawNetwork (line 9)
    g = graphViz4Matlab(varargin{:});
Error in visualizeAlarmNetwork (line 7)
g = drawNetwork('-adjMat', G, '-nodeLabels', N, '-splitLabels', 1, '-layout', Treelayout);
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

1 participant