我正在制作一部“灰色”节目中的图表,现在我需要将其视像成像。
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页。