* Hugo Mills (hugo@???) wrote:
> graph Foo {
>  n1 [label="Waterloo"];
>  n2 [label="Embankment"];
>  n3 [label="Blackfriars"];
> 
>  n1 -- n2 [color=#000000,label="Northern Line"];
>  n2 -- n3 [color=#ffff00,label="Circle Line"];
> }
I found that the the bottom two lines should read:
  n1 -- n2 [color="#000000",label="Northern Line"];
  n2 -- n3 [color="#ffff00",label="Circle Line"];
Thanks Hugo, I had been meaning to look at this application for some
time. Having a "Hello World" example like this is a great way to
take a peek at this.
-- 
        _ 
    ,--(_) 
  _/ ;-. \   ubuntu
 (_)(   )-)  Philip Stubbs
   \ ;-'_/   http://stuphi.co.uk
    `--(_)