
Hi, Anyone knows a good library for graph diagram drawing? Or a haskell binding for one? Something like jgraph. http://www.jgraph.com/jgraph.html []s' Victor -- GNU/Linux user #446397 - http://counter.li.org

I have had some luck with the graphviz (dotter) bindings for drawing
node/ark graphs. It's not an ideal solution, and will require some wrappers
to bind to your data structures, but it does work.
Matthew
2009/11/20 Victor Mateus Oliveira
Hi,
Anyone knows a good library for graph diagram drawing? Or a haskell binding for one? Something like jgraph. http://www.jgraph.com/jgraph.html
[]s' Victor
-- GNU/Linux user #446397 - http://counter.li.org _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Fri, Nov 20, 2009 at 1:57 PM, Victor Mateus Oliveira
Hi,
Anyone knows a good library for graph diagram drawing? Or a haskell binding for one? Something like jgraph. http://www.jgraph.com/jgraph.html
I usually turn to graphviz for my Haskell graphing needs. /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe

I've written a simple incomplete binding to graphviz-as-a-library to do in-process graphviz layouts, though I would say it's hardly complete so I haven't released it. If it's useful to someone and they want to put in some additional elbow grease to make the particular features they want work, I can throw it up somewhere. -Ross On Nov 20, 2009, at 9:00 AM, Magnus Therning wrote:
On Fri, Nov 20, 2009 at 1:57 PM, Victor Mateus Oliveira
wrote: Hi,
Anyone knows a good library for graph diagram drawing? Or a haskell binding for one? Something like jgraph. http://www.jgraph.com/jgraph.html
I usually turn to graphviz for my Haskell graphing needs.
/M
-- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

I'm looking for something more integrated with a gui library. The
jgraph integrates with swing, so you can move, create, delete, have
popup menus, select nodes, and so on.
I haven't found yet.. If there isn't, I thinking in create one lib
with wxHaskell using wxDC... But by now, I really prefer to use one
existing library.
[]s
Victor
On Fri, Nov 20, 2009 at 12:00 PM, Magnus Therning
On Fri, Nov 20, 2009 at 1:57 PM, Victor Mateus Oliveira
wrote: Hi,
Anyone knows a good library for graph diagram drawing? Or a haskell binding for one? Something like jgraph. http://www.jgraph.com/jgraph.html
I usually turn to graphviz for my Haskell graphing needs.
/M
-- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
-- GNU/Linux user #446397 - http://counter.li.org

Victor Mateus Oliveira wrote:
I'm looking for something more integrated with a gui library. The jgraph integrates with swing, so you can move, create, delete, have popup menus, select nodes, and so on.
I haven't found yet.. If there isn't, I thinking in create one lib with wxHaskell using wxDC... But by now, I really prefer to use one existing library.
How about Tom Docker's Chart library: http://hackage.haskell.org/package/Chart Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

On Fri, Nov 20, 2009 at 9:36 PM, Victor Mateus Oliveira
I'm looking for something more integrated with a gui library. The jgraph integrates with swing, so you can move, create, delete, have popup menus, select nodes, and so on.
I haven't found yet.. If there isn't, I thinking in create one lib with wxHaskell using wxDC... But by now, I really prefer to use one existing library.
Blobs [http://www.cs.york.ac.uk/fp/darcs/Blobs/] might be a better starting point than implementing from scratch on wxdc martin
participants (6)
-
Erik de Castro Lopo
-
Magnus Therning
-
Martin DeMello
-
Matthew Pocock
-
Ross Mellgren
-
Victor Mateus Oliveira