[Haskell-cafe] Re: tweak vacuum-* output

Ozgur Akgun ozgurakgun at gmail.com
Thu May 13 05:32:37 EDT 2010


Thanks! It looks better now!

PS: I actually knew about the oriented attribute, but I thought this might
be something else. Anyway..

On 13 May 2010 09:23, Gleb Alexeyev <gleb.alexeev at gmail.com> wrote:

> Ozgur Akgun wrote:
>
>> Thanks for the answer.
>>
>> I see your point, that Ubigraph does some magic* to place vertices and
>> edges.
>> This makes me wonder, how they generate the binary tree demo:
>> http://ubietylab.net/ubigraph/content/Demos/random_binary_tree.html
>> Is there a way to disable this optimal graph layout determination process?
>>
>> Best,
>> Ozgur
>>
>>
> Ozgur,
> I've just compared the way vacuum-ubigraph visualizes binary trees to the
> random_binary_tree demo and found that I had missed an important edge
> attribute called "oriented", it seems to produce the output you want.
>
> I hope to upload the new package version soon, meanwhile you can do the
> following (assuming you use Linux):
>
> cabal unpack vacuum-ubigraph
> patch -d vacuum-ubigraph-0.1.0.3/ -p 1 < vacuum-ubigraph-oriented.patch
> cd vacuum-ubigraph-0.1.0.3
> cabal configure && cabal build && cabal install
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


-- 
Ozgur Akgun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100513/7230e9ec/attachment.html


More information about the Haskell-Cafe mailing list