Re: [Pharo-users] Graph library in Pharo

2016-11-13 Thread werner kassens
On 11/12/2016 06:19 PM, stepharo wrote: Would be nice to make it an object because serge looks interested :) ok, i'll have a look, but _not_ next week (relatively busy at the moment). werner Le 12/11/16 à 13:42, werner kassens a écrit : On 11/12/2016 09:29 AM, serge.stinckw...@gmail.com wrot

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread stepharo
Would be nice to make it an object because serge looks interested :) Le 12/11/16 à 13:42, werner kassens a écrit : On 11/12/2016 09:29 AM, serge.stinckw...@gmail.com wrote: Nice ! Do you commit the code somewhere ? Hi Serge, at the moment i have no specific usecase for density-plots, hence

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread werner kassens
On 11/12/2016 09:29 AM, serge.stinckw...@gmail.com wrote: Nice ! Do you commit the code somewhere ? Hi Serge, at the moment i have no specific usecase for density-plots, hence no need to incorporate that in some package. it never got that far, that it became an object or so, it was just some

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread stepharo
Le 11/11/16 à 16:03, Hernán Morales Durand a écrit : I know these ones but didn't tried yet: http://smalltalkhub.com/#!/~CipT/MelcGraph This one looks what I was looking for. Ciprian published a new version. I will have a look at it. http:/

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread serge . stinckwich
Nice ! Do you commit the code somewhere ? Envoyé de mon iPhone > Le 11 nov. 2016 à 17:26, Werner Kassens a écrit : > > Hi Stephane, > i probably dont understand that question correctly. anyway a long time ago > Pierre Chanson and me talked privately a bit about how to make density-plots > lik

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
Thanks I will have a look. Le 11/11/16 à 16:03, Hernán Morales Durand a écrit : I know these ones but didn't tried yet: http://smalltalkhub.com/#!/~CipT/MelcGraph http://smalltalkhub.com/#!/~CipT/Yed-Rendering

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
this is nice :) Le 11/11/16 à 17:26, Werner Kassens a écrit : Hi Stephane, i probably dont understand that question correctly. anyway a long time ago Pierre Chanson and me talked privately a bit about how to make density-plots like in the attachment werner On 11/11/2016 01:14 PM, stepharo

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread Werner Kassens
Hi Stephane, i probably dont understand that question correctly. anyway a long time ago Pierre Chanson and me talked privately a bit about how to make density-plots like in the attachment werner On 11/11/2016 01:14 PM, stepharo wrote: Hi I'm looking for a graph library based on a matrix. I

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread Hernán Morales Durand
I know these ones but didn't tried yet: http://smalltalkhub.com/#!/~CipT/MelcGraph http://smalltalkhub.com/#!/~CipT/Yed-Rendering https://github.com/losnikitos/SmalltalkDijkstra/blob/master/Dijkstra.st Hernán 2016-11-11 9:14 GMT-03:00 stepharo : > Hi > > I'm looking for a graph library based

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread Alexandre Bergel
hi Stef, Something like what Jannik was working on? I am also interested. Alexandre > On Nov 11, 2016, at 9:14 AM, stepharo wrote: > > Hi > > I'm looking for a graph library based on a matrix. > > I remember that I saw one but long time ago. > Else if you know a pointer that explains how to

[Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
Hi I'm looking for a graph library based on a matrix. I remember that I saw one but long time ago. Else if you know a pointer that explains how to implement it, I would like to ask this to potential topics. Stef

Re: [Pharo-users] graph library in Pharo

2015-11-30 Thread Alexandre Bergel
Yes, I see your point. Some years ago, GraphViz was bridged with Mondrian / Roassal. I do not know whether GraphViz would solve your problem or not. OSProcess was used then. Let us know how you plan to continue on that front. This is very important. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~

Re: [Pharo-users] graph library in Pharo

2015-11-29 Thread Peter Uhnák
I need at least (mixed/upward)-planarity testing, embedding, spanning tree, flow, assignment, ... I've seen the Moose-Algos, but from what I need it contains only Kruskal (spanning tree). So ideally I would like to just load a project instead having to implement them all by myself, because most o

Re: [Pharo-users] graph library in Pharo

2015-11-29 Thread Alexandre Bergel
There are a few algorithms in the moose distribution. Maybe you can check them. Which algo do you really need? Cheers, Alexandre > On Nov 29, 2015, at 5:29 PM, Peter Uhnak wrote: > > Hi, > > is there any graph library for pharo with algorithms for planarity > testing, spanning trees, flow cos

[Pharo-users] graph library in Pharo

2015-11-29 Thread Peter Uhnak
Hi, is there any graph library for pharo with algorithms for planarity testing, spanning trees, flow costs, etc.? Thanks, -- Peter