2 Nov
2006
2 Nov
'06
3:22 p.m.
On Nov 2, 2006, at 8:21 AM, Eric Gorr wrote:
I was hoping someone could help me get things configured properly for dot on my Mac running 10.4.8. I am using dot 2.8
I'm getting the same error, but most of my dot files specify a specific font. The default Times-Roman font is probably the wrong choice. This might be an upstream issue that we can resolve my specifying a different default font in the config file. <http://www.graphviz.org/bugs/b588.html> <https://mailman.research.att.com/pipermail/graphviz-devel/ 2006/000157.html> This seems to work: digraph test123 { node [fontname = Times]; a -> b -> c; } Strangely, Helvetica doesn't work. <http://www.graphviz.org/bugs/b891.html> Chris