[Lemon-user] Question for layout capabilities.
Christos Margiolas
chrmargiolas at gmail.com
Thu Feb 23 01:28:46 CET 2012
Hi Cherif,
I decided to use lemon for two reasons, the first one is the
performance of the library where everything is simplified by avoiding
the overhead and the second one the nice implementation of many
algorithms. I want to keep my software free from Graphyiz complex
dependencies. Does lemon library exports in .dot format?
Regards
Chris
On Wed, Feb 22, 2012 at 11:01 AM, Cherif Mouaouia Bouzid
<cherifmouaouia.bouzid at gmail.com> wrote:
> Hi Chris
>
> There exists a software called Graphviz that proposes different kinds of
> layouts, see :
>
> http://www.graphviz.org/About.php
>
> You can either try to integrate Graphviz to your code as a library or
>
> create a file in your code where you describe your graph in *.dot format
> then build it with GraphViz outside the program.
>
> Regards,
>
> Cherif
>
> Le 21 février 2012 15:31, Chris Margiolas <chrmargiolas at gmail.com> a écrit :
>>
>> Hello,
>>
>> I am checking lemon for my project, which requires complex computations
>> over graphs and I would like to know if there is any advanced layout system
>> for exporting graphs to typical picture formats. I saw some basic outputs
>> but I would like to have better representation results.
>>
>>
>> Regards
>> Chris
>> _______________________________________________
>> Lemon-user mailing list
>> Lemon-user at lemon.cs.elte.hu
>> http://lemon.cs.elte.hu/mailman/listinfo/lemon-user
>
>
>
>
More information about the Lemon-user
mailing list