Re: [Hampshire] map creation software

Top Page

Reply to this message
Author: Philip Stubbs
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] map creation software
* 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
    `--(_)