Getting graphviz working...?

cssdev at mac.com cssdev at mac.com
Thu Nov 2 07:22:18 PST 2006


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



More information about the macports-users mailing list