English 中文(简体)
我怎么能用狗在Macs上提取自动图表?
原标题:
  • 时间:2009-05-24 11:28:35
  •  标签:

我正在制作一部“灰色”节目中的图表,现在我需要将其视像成像。

I am using Tkinter as GUI to visualize all the other data, and I would like to have a small subwindow inside with the graph of the data. At the moment I have the data being represented in a .dot file. And then I keep graphviz open, which shows the graph. But this is of course suboptimal. I need to get the graph inside the tk window.

我对从指挥线使用图西兹的想法是,但我总是带着众所周知的ug:

Desktop ibook$ dot -Tpng -O 1.dot
dyld: lazy symbol binding failed: Symbol not found: _pixman_image_create_bits
  Referenced from: /usr/local/lib/graphviz/libgvplugin_pango.5.dylib
  Expected in: flat namespace

dyld: Symbol not found: _pixman_image_create_bits
  Referenced from: /usr/local/lib/graphviz/libgvplugin_pango.5.dylib
  Expected in: flat namespace

Trace/BPT trap

图克维兹社区似乎非常清楚:

rel=“nofollow noreferer”> http://www.graphviz.org/bugs/b1479.html

rel=“nofollow noreferer”> http://www.graphviz.org/bugs/b1488.html

将此翻译成中文:http://www.graphviz.org/bugs/b1498.html http://www.graphviz.org/bugs/b1498.html

因此,由于我似乎不能使用指挥线的效用,我想知道,任何人是否知道在沙里,在没有使用指挥线的情况下直接提取直线的图表,或者做会发生同样的错误?

我是关于麦克唐纳的节目,第5.2页。

最佳回答

http://networkx.lanl.gov/index.html 您可在Tk(example 1,example 2

问题回答




相关问题
热门标签