We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: