Mathematica combinatorica包:避免图形渲染

我正在笔记本上使用相当大的图表(我不是Mathematica专家)。

每次我用这样的指令加载或操作图形:

g = Import["out.graphml", "Graph"] or
g = VertexAdd[g, "aux"]

该图形显示在结果中,但渲染非常慢。

有没有办法在笔记本中禁用图形渲染?


任何Mathematica输出的图形部分都可以通过在行尾放置分号来抑制。

g = Import["out.graphml", "Graph"];
g = VertexAdd(g, "aux");
链接地址: http://www.djcxy.com/p/20255.html

上一篇: Mathematica combinatorica package: avoid graphs rendering

下一篇: Mathematica : duplicate edges