Closed harukizaemon closed 14 years ago
Could you send me an example ?
Thanks
Greg
I had an element with the name (programatically constructed) A:B:C. The generated graph looked like: http://gist.github.com/291974#file_gistfile1.txt but should have been http://gist.github.com/291974#file_gistfile2.txt
Thanks, Simon
Ok, thanks, i made the correction.
Hum... in fact, colon (:) is a valid dot identifier (see sample08.rb or sample20.rb). So to do what you want, you need to use :label (see sample32.rb)
Greg
Sorry... I reopen this issue. I will test a solution : by default, a node will have his label set with the node ID.
OK, that sounds good. Thanks for your help!
The escaping code thinks that a colon ":" is a valid dot identifier when it isn't.
(fantastic library btw!)