Version 0.2 now has arrows and IJulia inline output!

On Friday, July 4, 2014 3:54:33 PM UTC-4, Iain Dunning wrote:
>
> Like I said, pure Julia, but otherwise pretty basic. It is the "fdp" 
> "filter" from GraphViz.
>
> On Friday, July 4, 2014 3:42:50 PM UTC-4, Tony Fong wrote:
>>
>> How is it compared to the Graphviz.jl?
>>
>> http://www.graphviz.org
>> https://github.com/Keno/GraphViz.jl
>>
>> On Saturday, July 5, 2014 1:39:32 AM UTC+7, Iain Dunning wrote:
>>>
>>> I wanted to plot some graphs in pure Julia, but AFAIK there wasn't a 
>>> graph layout package in pure Julia yet. So I made one, with an optional 
>>> dependency on Compose.jl for plotting.
>>>
>>> Its in METADATA, so Pkg.add("GraphLayout") to get it, and 
>>> Pkg.add("Compose") if you want the plotting features.
>>>
>>> Heres a sample, its the dependency graph for Gadfly.jl
>>>
>>>
>>> <https://lh6.googleusercontent.com/-Fzep5bzGdwc/U7b0hHQPB5I/AAAAAAAAFxU/QsjDrA9VjPo/s1600/Screen+Shot+2014-07-04+at+2.37.39+PM.png>
>>>
>>> Lots of things to add/do, including
>>>
>>>
>>>    - Smarter label placement in plots (also: arrows for directed 
>>>    graphs!)
>>>    - More options
>>>    - More layout algorithms
>>>    - Adjacency list input
>>>    - Graph.jl compatability
>>>
>>> Thanks,
>>> Iain
>>>
>>>
>>>
>>>

Reply via email to